More PowerEntry parsing work.

This commit is contained in:
2024-08-19 08:12:18 -04:00
parent a863902370
commit 8eeb539f16
2 changed files with 5 additions and 2 deletions
+1 -2
View File
@@ -59,7 +59,6 @@ public class PowerEntry {
public int maxMobTargets;
public int maxPlayerTargets;
public boolean isAdminPower = false;
public int casterPulseParticle;
}