enemy/notEnemy fix for mobs

This commit is contained in:
2023-04-22 18:24:43 -05:00
parent ae968211ab
commit ed1a6192c7
2 changed files with 5 additions and 4 deletions
-1
View File
@@ -50,7 +50,6 @@ public class Enum {
}
public enum MonsterType implements EnumBitSetHelper<MonsterType> {
None,
Aelfborn,
All,
Animal,