Closed GoogleCodeExporter closed 9 years ago
here is the fix handy for you ferrus to make the ban system work!
change in void ProtocolGame::parseViolationWindow(NetworkMessage &msg)
this : #ifdef __PROTOCOL_77__
std::string statement = msg.GetString();
#endif // __PROTOCOL_77__
to this : #ifdef __PROTOCOL_77__
std::string statement = msg.GetString();
msg.GetU16();
#endif // __PROTOCOL_77__
there's the fix
kind regards jeffry
Original comment by ojef...@gmail.com
on 10 Jul 2012 at 8:19
Made the changes, it seems to be some kind of channelId, but I don't know
what's the use for it.
Original comment by r...@ymail.com
on 11 Jul 2012 at 2:26
Original issue reported on code.google.com by
ojef...@gmail.com
on 10 Jul 2012 at 8:17