summaryrefslogtreecommitdiffstats
path: root/src/Root.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-04-15 08:16:16 +0200
committerMattes D <github@xoft.cz>2014-04-15 08:16:16 +0200
commit112dd2c5ec60b55807f73ada7057488a98e769a5 (patch)
tree7fe960574b01b1bc1b76327a3f163fd2f69d06ce /src/Root.h
parentProtoProxy: Fixed weird gcc compilation errors. (diff)
parentImplemented the 1.7.6 protocol and authenticator. (diff)
downloadcuberite-112dd2c5ec60b55807f73ada7057488a98e769a5.tar
cuberite-112dd2c5ec60b55807f73ada7057488a98e769a5.tar.gz
cuberite-112dd2c5ec60b55807f73ada7057488a98e769a5.tar.bz2
cuberite-112dd2c5ec60b55807f73ada7057488a98e769a5.tar.lz
cuberite-112dd2c5ec60b55807f73ada7057488a98e769a5.tar.xz
cuberite-112dd2c5ec60b55807f73ada7057488a98e769a5.tar.zst
cuberite-112dd2c5ec60b55807f73ada7057488a98e769a5.zip
Diffstat (limited to 'src/Root.h')
-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);