Begin rework of Cache

This commit is contained in:
Xephi
2014-08-20 06:05:35 +02:00
parent 4193806c82
commit e9032d1739
9 changed files with 44 additions and 28 deletions
@@ -179,8 +179,8 @@ public class ProcessSyncronousPlayerLogin implements Runnable {
// Cleanup no longer used temporary data
LimboCache.getInstance().deleteLimboPlayer(name);
if (playerCache.doesCacheExist(name)) {
playerCache.removeCache(name);
if (playerCache.doesCacheExist(player)) {
playerCache.removeCache(player);
}
}