forked from MagicBane/Server
Merged switch cases.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user