mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 14:04:41 +02:00
ReAdding Azia's fixes that got removed when I fucked up on the license change.
This commit is contained in:
parent
afd056d82d
commit
d3027c3b26
4 changed files with 25 additions and 2 deletions
|
@ -62,6 +62,9 @@ namespace Meteor.Lobby
|
|||
|
||||
public void QueuePacket(BasePacket packet)
|
||||
{
|
||||
if (SendPacketQueue.Count == SendPacketQueue.BoundedCapacity - 1)
|
||||
FlushQueuedSendPackets();
|
||||
|
||||
SendPacketQueue.Add(packet);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue