Fixed ClientHandle:GetProtocolVersion returning wrong number.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user