Browse Source

Merged switch cases.

feature-workorder
MagicBot 1 year ago
parent
commit
332f191e19
  1. 2
      src/engine/mobileAI/MobAI.java

2
src/engine/mobileAI/MobAI.java

@ -592,8 +592,6 @@ public class MobAI {
switch (mob.behaviourType) { switch (mob.behaviourType) {
case GuardCaptain: case GuardCaptain:
GuardLogic(mob);
break;
case GuardMinion: case GuardMinion:
GuardLogic(mob); GuardLogic(mob);
break; break;

Loading…
Cancel
Save