mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-30 17:58:16 +00:00
Change default settings and removal of unacked packets for now
This commit is contained in:
@@ -81,10 +81,7 @@ void EQ::Net::EQStream::QueuePacket(const EQApplicationPacket *p, bool ack_req)
|
||||
break;
|
||||
}
|
||||
|
||||
if (ack_req)
|
||||
m_connection->QueuePacket(out);
|
||||
else
|
||||
m_connection->QueuePacket(out, 0, false);
|
||||
m_connection->QueuePacket(out);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user