uniform disc dropper respawns

This commit is contained in:
2024-03-10 16:29:12 -05:00
parent 13a4ba6e0e
commit b2a3eb3e6e
4 changed files with 17 additions and 2 deletions
+3 -1
View File
@@ -846,7 +846,9 @@ public class MobAI {
private static void CheckForRespawn(Mob aiAgent) {
try {
if(Mob.disciplineDroppers.contains(aiAgent) == true){
return; // disc dropper respawns handled elsewhere
}
if (aiAgent.deathTime == 0) {
aiAgent.setDeathTime(System.currentTimeMillis());
return;