Browse Source

faster respawns

lakebane-new
FatBoy-DOTC 5 months ago
parent
commit
45165332f6
  1. 2
      src/engine/mobileAI/MobAI.java

2
src/engine/mobileAI/MobAI.java

@ -874,7 +874,7 @@ public class MobAI { @@ -874,7 +874,7 @@ public class MobAI {
}
}
}
} else if (System.currentTimeMillis() > (aiAgent.deathTime + (aiAgent.spawnTime * 1000))) {
} else {//if (System.currentTimeMillis() > (aiAgent.deathTime + (aiAgent.spawnTime * 1000))) {
if (Zone.respawnQue.contains(aiAgent) == false) {
Zone.respawnQue.add(aiAgent);

Loading…
Cancel
Save