Synax
This commit is contained in:
@@ -4,7 +4,7 @@ import java.util.concurrent.ConcurrentHashMap;
|
||||
|
||||
public class PlayerCache {
|
||||
|
||||
private static PlayerCache singleton = null;
|
||||
private volatile static PlayerCache singleton = null;
|
||||
private ConcurrentHashMap<String, PlayerAuth> cache;
|
||||
|
||||
private PlayerCache() {
|
||||
|
||||
Reference in New Issue
Block a user