1
0

Player properties are now retrieved

This commit is contained in:
Tiger Wang
2014-07-14 19:49:31 +01:00
parent 6484e9814a
commit 4e24f711ab
11 changed files with 216 additions and 116 deletions

View File

@@ -2363,7 +2363,7 @@ void cWorld::RemovePlayer(cPlayer * a_Player)
}
{
cCSLock Lock(m_CSPlayers);
LOGD("Removing player \"%s\" from world \"%s\".", a_Player->GetName().c_str(), m_WorldName.c_str());
LOGD("Removing player %s from world \"%s\"", a_Player->GetName().c_str(), m_WorldName.c_str());
m_Players.remove(a_Player);
}