updatePlayerNameListForPlayersOnLogout(player);
Player.destroy(player);
getOnlinePlayers().remove(player);
DBCommand command = new SetOnlineStatusCommand(player.getName(), false);
DBCommandQueue.get().enqueue(command);
String[] params = {};
new GameEvent(player.getName(), "logout", params).raise();
logger.debug("removed player " + player);