mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 13:23:58 +00:00
Compress large packets
This commit is contained in:
@@ -226,9 +226,7 @@ public class PlayerInstance(PlayerGameData data)
|
||||
continue;
|
||||
}
|
||||
|
||||
//ToDo
|
||||
//Temporary fix for login issues(need to handle LoginRsp properly with zlib.)
|
||||
//proto.Attrs[ToPackedAttrKey(gid, sid)] = val;
|
||||
proto.Attrs[ToPackedAttrKey(gid, sid)] = val;
|
||||
proto.Attrs[ToShiftedAttrKey(gid, sid)] = val;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user