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.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/Root.cpp') diff --git a/src/Root.cpp b/src/Root.cpp index f100a242a..462544ed2 100644 --- a/src/Root.cpp +++ b/src/Root.cpp @@ -558,15 +558,6 @@ void cRoot::KickUser(int a_ClientID, const AString & a_Reason) -void cRoot::AuthenticateUser(int a_ClientID, const AString & a_Name, const cUUID & a_UUID, const Json::Value & a_Properties) -{ - m_Server->AuthenticateUser(a_ClientID, a_Name, a_UUID, a_Properties); -} - - - - - size_t cRoot::GetTotalChunkCount(void) { size_t Count = 0; -- cgit v1.2.3