forked from MagicBane/Server
simplified mob aI
This commit is contained in:
@@ -633,8 +633,10 @@ public class MobAI {
|
||||
break;
|
||||
}
|
||||
if(override){
|
||||
if(!mob.isSiege())
|
||||
if(!mob.isSiege()) {
|
||||
StandardMob.run(mob);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
//always check the respawn que, respawn 1 mob max per second to not flood the client
|
||||
|
||||
Reference in New Issue
Block a user