diff options
author | madmaxoft <github@xoft.cz> | 2014-04-14 18:53:56 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-04-14 18:53:56 +0200 |
commit | ffe65b6a184224d4684f08bcbba01d1ce92d7236 (patch) | |
tree | 7cc93ae32afcafa6f4c6cc5f630ec1b50dc6f0b0 /src/Server.h | |
parent | Initial 1.7.6 protocol support. (diff) | |
parent | Fixed mistake (diff) | |
download | cuberite-ffe65b6a184224d4684f08bcbba01d1ce92d7236.tar cuberite-ffe65b6a184224d4684f08bcbba01d1ce92d7236.tar.gz cuberite-ffe65b6a184224d4684f08bcbba01d1ce92d7236.tar.bz2 cuberite-ffe65b6a184224d4684f08bcbba01d1ce92d7236.tar.lz cuberite-ffe65b6a184224d4684f08bcbba01d1ce92d7236.tar.xz cuberite-ffe65b6a184224d4684f08bcbba01d1ce92d7236.tar.zst cuberite-ffe65b6a184224d4684f08bcbba01d1ce92d7236.zip |
Diffstat (limited to 'src/Server.h')
-rw-r--r-- | src/Server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Server.h b/src/Server.h index b5280c59d..b5c384a44 100644 --- a/src/Server.h +++ b/src/Server.h @@ -83,7 +83,7 @@ public: // tolua_export void Shutdown(void); void KickUser(int a_ClientID, const AString & a_Reason); - void AuthenticateUser(int a_ClientID); // Called by cAuthenticator to auth the specified user + void AuthenticateUser(int a_ClientID, const AString & a_Name, const AString & a_UUID); // Called by cAuthenticator to auth the specified user const AString & GetServerID(void) const { return m_ServerID; } // tolua_export |