Browse Source

Merged switch cases.

combat-2
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 { @@ -592,8 +592,6 @@ public class MobAI {
switch (mob.behaviourType) {
case GuardCaptain:
GuardLogic(mob);
break;
case GuardMinion:
GuardLogic(mob);
break;

Loading…
Cancel
Save