1
0

Merge pull request #1192 from mc-server/skinuuid

Skins
This commit is contained in:
Mattes D
2014-07-16 13:30:57 +02:00
11 changed files with 233 additions and 113 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);
}