Merge 765-teleport-handling into jsoncache-fix

This commit is contained in:
ljacqu
2016-07-04 18:46:37 +02:00
13 changed files with 79 additions and 95 deletions
@@ -52,6 +52,7 @@ public class AsynchronousLogout implements AsynchronousProcess {
limboCache.addPlayerData(player);
playerCache.removePlayer(name);
// TODO LJ: No more teleport here?
database.setUnlogged(name);
syncProcessManager.processSyncPlayerLogout(player);
}