player update cleanup

This commit is contained in:
2025-02-22 20:40:35 -06:00
parent 0449465af9
commit 2160719126
-8
View File
@@ -5125,14 +5125,6 @@ public class PlayerCharacter extends AbstractCharacter {
if (this.updateLock.writeLock().tryLock()) {
try {
//if (!this.isAlive() && this.isEnteredWorld()) {
// if (!this.timestamps.containsKey("DeathTime")) {
// this.timestamps.put("DeathTime", System.currentTimeMillis());
// } else if ((System.currentTimeMillis() - this.timestamps.get("DeathTime")) > 600000)
// forceRespawn(this);
// return;
//}
if (this.isAlive() && this.isActive && this.enteredWorld) {
if (this.combatStats == null) {