if(msg.GetByte() != 0){
#ifdef __DEBUG_NET_DETAIL__
std::cout << "Warning: [Protocol::RSA_decrypt]. First byte != 0" << std::endl;
#endif
return false;
}
return true;
That's what I posted.
Just remove the whole function in protocol.cpp
i will thanks, just hope this doesnt fuck up anything xD
I doubt it will, its pretty useless anyways, but still might want to kick the players and see whos running the bot c: