Store properties as Json::Value
This commit is contained in:
@@ -290,7 +290,7 @@ void cClientHandle::Kick(const AString & a_Reason)
|
||||
|
||||
|
||||
|
||||
void cClientHandle::Authenticate(const AString & a_Name, const AString & a_UUID, const AString & a_Properties)
|
||||
void cClientHandle::Authenticate(const AString & a_Name, const AString & a_UUID, const Json::Value & a_Properties)
|
||||
{
|
||||
if (m_State != csAuthenticating)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user