Merged switch cases.

This commit is contained in:
2023-09-07 10:56:46 -04:00
parent 8151382a6b
commit 332f191e19
-2
View File
@@ -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;