summaryrefslogtreecommitdiffstats
path: root/src/Server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Server.h')
-rw-r--r--src/Server.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Server.h b/src/Server.h
index 6bdab3e85..6fa2002e4 100644
--- a/src/Server.h
+++ b/src/Server.h
@@ -118,8 +118,8 @@ public:
void KickUser(int a_ClientID, const AString & a_Reason);
- /** Authenticates the specified user, called by cAuthenticator */
- void AuthenticateUser(int a_ClientID, const AString & a_Name, const cUUID & a_UUID, const Json::Value & a_Properties);
+ /** Authenticates the specified user, called by cAuthenticator supplying player details from Mojang. */
+ void AuthenticateUser(int a_ClientID, AString && a_Username, const cUUID & a_UUID, Json::Value && a_Properties);
const AString & GetServerID(void) const { return m_ServerID; } // tolua_export