forked from MagicBane/Server
test code for notEnemy
This commit is contained in:
@@ -1720,7 +1720,7 @@ public class Mob extends AbstractIntelligenceAgent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Combine mobbase and mob aggro arrays into one bitvector
|
// Combine mobbase and mob aggro arrays into one bitvector
|
||||||
|
EnumBitSet<Enum.MonsterType> notEnemyTester = this.getMobBase().notEnemy;
|
||||||
this.notEnemy.addAll(this.getMobBase().notEnemy);
|
this.notEnemy.addAll(this.getMobBase().notEnemy);
|
||||||
this.enemy.addAll(this.getMobBase().enemy);
|
this.enemy.addAll(this.getMobBase().enemy);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user