Change how PlayersLogs work - Change how reload work

This commit is contained in:
Xephi59
2015-07-10 12:00:26 +02:00
parent 36632bbb58
commit 63a90abec1
7 changed files with 53 additions and 61 deletions
@@ -43,4 +43,8 @@ public class PlayerCache {
return cache.size();
}
public ConcurrentHashMap<String, PlayerAuth> getCache() {
return this.cache;
}
}