|
|
@ -876,6 +876,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) { |
|
|
|
if (Zone.respawnQue.contains(aiAgent) == false) { |
|
|
|
Zone.respawnQue.add(aiAgent); |
|
|
|
Zone.respawnQue.add(aiAgent); |
|
|
|
} |
|
|
|
} |
|
|
|