revert instant respawns
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user