none to enum MonsterType

This commit is contained in:
2023-04-22 18:13:29 -05:00
parent a3170bfb4b
commit ae968211ab
3 changed files with 2 additions and 8 deletions
-1
View File
@@ -1720,7 +1720,6 @@ public class Mob extends AbstractIntelligenceAgent {
}
// Combine mobbase and mob aggro arrays into one bitvector
EnumBitSet<Enum.MonsterType> notEnemyTester = this.getMobBase().notEnemy;
this.notEnemy.addAll(this.getMobBase().notEnemy);
this.enemy.addAll(this.getMobBase().enemy);