diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-07-14 20:49:31 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-07-14 20:49:31 +0200 |
commit | 4e24f711abd3d6a93f01ee7c297eb67c8aedbd37 (patch) | |
tree | 8b9c4ada0a310717932fcbeda10e0d4f8cc5d8bc /src/Root.h | |
parent | Only one instance of server can be started (diff) | |
download | cuberite-4e24f711abd3d6a93f01ee7c297eb67c8aedbd37.tar cuberite-4e24f711abd3d6a93f01ee7c297eb67c8aedbd37.tar.gz cuberite-4e24f711abd3d6a93f01ee7c297eb67c8aedbd37.tar.bz2 cuberite-4e24f711abd3d6a93f01ee7c297eb67c8aedbd37.tar.lz cuberite-4e24f711abd3d6a93f01ee7c297eb67c8aedbd37.tar.xz cuberite-4e24f711abd3d6a93f01ee7c297eb67c8aedbd37.tar.zst cuberite-4e24f711abd3d6a93f01ee7c297eb67c8aedbd37.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Root.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Root.h b/src/Root.h index d2a4d1eed..a9e985656 100644 --- a/src/Root.h +++ b/src/Root.h @@ -89,7 +89,7 @@ public: void KickUser(int a_ClientID, const AString & a_Reason); /// Called by cAuthenticator to auth the specified user - void AuthenticateUser(int a_ClientID, const AString & a_Name, const AString & a_UUID); + void AuthenticateUser(int a_ClientID, const AString & a_Name, const AString & a_UUID, const AString & a_Properties = ""); /// Executes commands queued in the command queue void TickCommands(void); |