mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
Some reverts and changes to default values and a bug fix
This commit is contained in:
@@ -85,12 +85,7 @@ void EQ::Net::EQStream::QueuePacket(const EQApplicationPacket *p, bool ack_req)
|
||||
break;
|
||||
}
|
||||
|
||||
if (!ack_req) {
|
||||
m_connection->QueuePacket(out, 0, false);
|
||||
}
|
||||
else {
|
||||
m_connection->QueuePacket(out);
|
||||
}
|
||||
m_connection->QueuePacket(out);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user