Don't code while drunk; it never ends well

This commit is contained in:
Kayne Ruse
2015-01-01 12:53:23 +11:00
parent b4b7c0d877
commit 4579f9f388
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ void ServerApplication::FullCharacterUnload(int index) {
}
//pop from the rooms
roomMgr.PopEntity(&character.second);
roomMgr.PopEntity(static_cast<Entity*>(&character.second));
//pump character unload
CharacterPacket newPacket;