Some reverts and changes to default values and a bug fix

This commit is contained in:
KimLS
2017-03-01 13:00:48 -08:00
parent 25cbdf5f2c
commit 0b4484b36b
3 changed files with 8 additions and 12 deletions
+1 -6
View File
@@ -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);
}
}