simplified mob aI

This commit is contained in:
2025-03-03 19:56:05 -06:00
parent 1c5d78d566
commit bfc0c57dd8
2 changed files with 8 additions and 3 deletions
+3 -1
View File
@@ -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