Power loading work.

This commit is contained in:
2023-08-08 10:39:19 -04:00
parent fbf865e865
commit 1fb2d8cadf
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ public class dbPowerHandler extends dbHandlerBase {
}
}
public HashMap<Integer, ArrayList<MobPowerEntry>> LOAD_MOB_POWERS() {
public static HashMap<Integer, ArrayList<MobPowerEntry>> LOAD_MOB_POWERS() {
HashMap<Integer, ArrayList<MobPowerEntry>> mobPowers = new HashMap<>();
MobPowerEntry mobPowerEntry;