forked from MagicBane/Server
Merged switch cases.
This commit is contained in:
@@ -592,8 +592,6 @@ public class MobAI {
|
||||
|
||||
switch (mob.behaviourType) {
|
||||
case GuardCaptain:
|
||||
GuardLogic(mob);
|
||||
break;
|
||||
case GuardMinion:
|
||||
GuardLogic(mob);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user