1
0
This commit is contained in:
Mattes D
2014-11-06 08:55:33 +01:00
18 changed files with 1029 additions and 373 deletions

View File

@@ -2736,7 +2736,7 @@ bool cWorld::DoWithPlayerByUUID(const AString & a_PlayerUUID, cPlayerListCallbac
{
if ((*itr)->GetUUID() == a_PlayerUUID)
{
return a_Callback.Item (*itr);
return a_Callback.Item(*itr);
}
}
return false;