1
0

Implemented PR suggestions

Furnace.txt: newline
BlockID: removed extraneous dimension mapping
cEntity: fixed typo
cPlayer: WorldPtr typedef
This commit is contained in:
archshift
2014-06-15 20:27:27 -07:00
parent 8a80843ddf
commit b2fbcaf1bf
5 changed files with 6 additions and 8 deletions

View File

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