1
0

Fixed an extra space.

This commit is contained in:
Mattes D 2014-11-06 08:57:11 +01:00
parent 2915ef5bdb
commit 479c151eda

View File

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