Don't code while drunk; it never ends well
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user