faster respawns

This commit is contained in:
2024-06-15 21:35:05 -05:00
parent 45165332f6
commit bd3ea16b57
+1
View File
@@ -876,6 +876,7 @@ public class MobAI {
}
} else {//if (System.currentTimeMillis() > (aiAgent.deathTime + (aiAgent.spawnTime * 1000))) {
if (Zone.respawnQue.contains(aiAgent) == false) {
Zone.respawnQue.add(aiAgent);
}