1
0

Fixed ClientHandle:GetProtocolVersion returning wrong number.

This commit is contained in:
Mattes D
2017-01-23 17:42:52 +01:00
parent b872f9bef7
commit 6b0c795655
4 changed files with 7 additions and 13 deletions

View File

@@ -359,7 +359,7 @@ public: // tolua_export
/** Called when the protocol has finished logging the user in.
Return true to allow the user in; false to kick them.
*/
bool HandleLogin(UInt32 a_ProtocolVersion, const AString & a_Username);
bool HandleLogin(const AString & a_Username);
void SendData(const char * a_Data, size_t a_Size);