forked from MagicBane/Server
Token is primary key
This commit is contained in:
@@ -63,7 +63,7 @@ public abstract class AbstractWorldObject extends AbstractGameObject {
|
||||
|
||||
// Effects collection for wpak power manager
|
||||
|
||||
public ConcurrentHashMap<engine.wpak.data.Effect, ConcurrentHashMap<mbEnums.ModType, Integer>> _effects = new ConcurrentHashMap<>();
|
||||
public ConcurrentHashMap<Integer, ConcurrentHashMap<mbEnums.ModType, Integer>> _effects = new ConcurrentHashMap<>();
|
||||
|
||||
/**
|
||||
* No Id Constructor
|
||||
|
||||
Reference in New Issue
Block a user