Bug fixes for preys and imbuing

This commit is contained in:
OTCv8
2020-03-15 00:12:12 +01:00
parent 304e2f02ae
commit b471981601
11 changed files with 11 additions and 19 deletions

View File

@@ -131,10 +131,6 @@ function ProtocolLogin:sendLoginPacket()
msg:encryptRsa()
end
if g_game.getFeature(GamePacketSizeU32) then
self:enableBigPackets()
end
if g_game.getFeature(GameProtocolChecksum) then
self:enableChecksum()
end