update location for player update

This commit is contained in:
2025-02-22 20:40:00 -06:00
parent 891e350362
commit 0449465af9
+2 -4
View File
@@ -5114,10 +5114,8 @@ public class PlayerCharacter extends AbstractCharacter {
@Override
public void update(Boolean newSystem) {
if(this.isAlive() && this.enteredWorld) {
this.updateLocation();
this.updateMovementState();
}
this.updateLocation();
this.updateMovementState();
if(!newSystem)
return;