faster respawns
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user