Token is primary key

This commit is contained in:
2025-02-16 17:27:33 -05:00
parent 78dd409fa8
commit 12b350580a
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -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