Cleanup - remove unused elements in code

This commit is contained in:
ljacqu
2016-07-04 21:51:12 +02:00
parent ea6603a6dc
commit d8f6fb085e
8 changed files with 6 additions and 110 deletions
@@ -52,7 +52,6 @@ public class AsynchronousLogout implements AsynchronousProcess {
limboCache.addPlayerData(player);
playerCache.removePlayer(name);
// TODO LJ: No more teleport here?
database.setUnlogged(name);
syncProcessManager.processSyncPlayerLogout(player);
}