Fixed compilation
This commit is contained in:
parent
873043c8e4
commit
f22a1b226c
@ -1576,7 +1576,7 @@ bool cPlayer::MoveToWorld(const AString & a_WorldName, cWorld * a_World)
|
|||||||
World = cRoot::Get()->GetWorld(a_WorldName);
|
World = cRoot::Get()->GetWorld(a_WorldName);
|
||||||
if (World == NULL)
|
if (World == NULL)
|
||||||
{
|
{
|
||||||
LOG("%s: Couldn't find world \"%s\".", __FUNCTION__, a_WorldName);
|
LOG("%s: Couldn't find world \"%s\".", __FUNCTION__, a_WorldName.c_str());
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user