cleaned up some aggro rules

This commit is contained in:
2023-04-14 20:50:47 -05:00
parent f9205eb4e2
commit aaff8e7d6b
2 changed files with 32 additions and 29 deletions
+1 -1
View File
@@ -1347,7 +1347,7 @@ public class Mob extends AbstractIntelligenceAgent {
}
public boolean canRespawn() {
return System.currentTimeMillis() > this.despawnTime + 4000;
return System.currentTimeMillis() > this.deathTime;
}
@Override