This commit is contained in:
Filip Maj 2016-01-19 21:06:50 -05:00
commit 093d3b7c15
2 changed files with 9 additions and 9 deletions

View file

@ -60,7 +60,7 @@ namespace FFXIVClassic_Lobby_Server
if (client.owner != 0 && mPlayers.ContainsKey(client.owner))
player = mPlayers[client.owner];
if (packet.header.isEncrypted == 0x01)
if (packet.header.isCompressed == 0x01)
BasePacket.decryptPacket(client.blowfish, ref packet);
// packet.debugPrintPacket();