Fixed an extra space.

master
Mattes D 2014-11-06 08:57:11 +01:00
parent 2915ef5bdb
commit 479c151eda
1 changed files with 1 additions and 1 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;