summaryrefslogtreecommitdiffstats
path: root/src/Root.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-04-14 18:53:56 +0200
committermadmaxoft <github@xoft.cz>2014-04-14 18:53:56 +0200
commitffe65b6a184224d4684f08bcbba01d1ce92d7236 (patch)
tree7cc93ae32afcafa6f4c6cc5f630ec1b50dc6f0b0 /src/Root.h
parentInitial 1.7.6 protocol support. (diff)
parentFixed mistake (diff)
downloadcuberite-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 '')
-rw-r--r--src/Root.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Root.h b/src/Root.h
index 4bbd7586f..d2a4d1eed 100644
--- a/src/Root.h
+++ b/src/Root.h
@@ -1,7 +1,7 @@
#pragma once
-#include "Authenticator.h"
+#include "Protocol/Authenticator.h"
#include "HTTPServer/HTTPServer.h"
#include "Defines.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);
+ void AuthenticateUser(int a_ClientID, const AString & a_Name, const AString & a_UUID);
/// Executes commands queued in the command queue
void TickCommands(void);