Store properties as Json::Value
This commit is contained in:
@@ -499,7 +499,7 @@ void cRoot::KickUser(int a_ClientID, const AString & a_Reason)
|
||||
|
||||
|
||||
|
||||
void cRoot::AuthenticateUser(int a_ClientID, const AString & a_Name, const AString & a_UUID, const AString & a_Properties)
|
||||
void cRoot::AuthenticateUser(int a_ClientID, const AString & a_Name, const AString & a_UUID, const Json::Value & a_Properties)
|
||||
{
|
||||
m_Server->AuthenticateUser(a_ClientID, a_Name, a_UUID, a_Properties);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user