improve DatabaseCalls,

This commit is contained in:
DNx5
2015-09-15 14:38:55 +07:00
parent 91d6ead466
commit 3620b712b7
7 changed files with 109 additions and 333 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ public class PlayerCache {
private ConcurrentHashMap<String, PlayerAuth> cache;
private PlayerCache() {
cache = new ConcurrentHashMap<String, PlayerAuth>();
cache = new ConcurrentHashMap<>();
}
public void addPlayer(PlayerAuth auth) {