1
0

Suggestions

This commit is contained in:
Tiger Wang
2014-06-04 18:59:56 +01:00
parent 3278a403b5
commit 74cd4f5521
3 changed files with 10 additions and 6 deletions

View File

@@ -1659,7 +1659,7 @@ void cPlayer::LoadPermissionsFromDisk()
bool cPlayer::LoadFromDisk(cWorld * a_World)
bool cPlayer::LoadFromDisk(cWorld *& a_World)
{
a_World = cRoot::Get()->GetWorld(GetLoadedWorldName());
if (a_World == NULL)