Browse Source

revert instant respawns

lakebane-new
FatBoy-DOTC 5 months ago
parent
commit
2c6ea98ef9
  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) {

Loading…
Cancel
Save