mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Map Server Packet fix.
This commit is contained in:
		| @@ -19,6 +19,9 @@ namespace FFXIVClassic_Map_Server.dataobjects | |||||||
|  |  | ||||||
|         public void QueuePacket(SubPacket subpacket) |         public void QueuePacket(SubPacket subpacket) | ||||||
|         { |         { | ||||||
|  |             if (SendPacketQueue.Count == SendPacketQueue.BoundedCapacity - 1) | ||||||
|  |                 FlushQueuedSendPackets(); | ||||||
|  |  | ||||||
|             SendPacketQueue.Add(subpacket); |             SendPacketQueue.Add(subpacket); | ||||||
|         } |         } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user