From 6b0c7956559f895e23367f4f1a2db3ca8a1850ea Mon Sep 17 00:00:00 2001 From: Mattes D Date: Mon, 23 Jan 2017 17:42:52 +0100 Subject: Fixed ClientHandle:GetProtocolVersion returning wrong number. --- src/ClientHandle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ClientHandle.h') diff --git a/src/ClientHandle.h b/src/ClientHandle.h index 95598838e..1953ab953 100644 --- a/src/ClientHandle.h +++ b/src/ClientHandle.h @@ -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); -- cgit v1.2.3