summaryrefslogtreecommitdiffstats
path: root/src/Server.h
diff options
context:
space:
mode:
authordaniel0916 <theschokolps@gmail.com>2014-04-13 13:04:56 +0200
committerdaniel0916 <theschokolps@gmail.com>2014-04-13 13:04:56 +0200
commitb506a7407661c0527255466cf8b315824b0003c0 (patch)
treec1a08a8c495fdd9e25fbcabbc5c072efb5470798 /src/Server.h
parentUpdated the NetherFort prefabs to current Gallery contents. (diff)
downloadcuberite-b506a7407661c0527255466cf8b315824b0003c0.tar
cuberite-b506a7407661c0527255466cf8b315824b0003c0.tar.gz
cuberite-b506a7407661c0527255466cf8b315824b0003c0.tar.bz2
cuberite-b506a7407661c0527255466cf8b315824b0003c0.tar.lz
cuberite-b506a7407661c0527255466cf8b315824b0003c0.tar.xz
cuberite-b506a7407661c0527255466cf8b315824b0003c0.tar.zst
cuberite-b506a7407661c0527255466cf8b315824b0003c0.zip
Diffstat (limited to 'src/Server.h')
-rw-r--r--src/Server.h2
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