From 1a0d9450eaa0f3c2ff475175f5d45932fd4dd7fa Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sat, 2 Oct 2021 21:27:32 +0100 Subject: Authentication flow: move construction, slim down classes (#5312) - Remove extra members in ForgeHandshake --- src/Root.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Root.h') diff --git a/src/Root.h b/src/Root.h index 74a0acbb4..1db13a70f 100644 --- a/src/Root.h +++ b/src/Root.h @@ -130,9 +130,6 @@ public: /** Kicks the user, no matter in what world they are. Used from cAuthenticator */ 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 cUUID & a_UUID, const Json::Value & a_Properties); - /** Returns the number of chunks loaded */ size_t GetTotalChunkCount(void); // tolua_export -- cgit v1.2.3