update delay removed

This commit is contained in:
2025-02-04 18:31:23 -06:00
parent cc5aa4c140
commit b1d41e8e85
+3
View File
@@ -5110,6 +5110,9 @@ public class PlayerCharacter extends AbstractCharacter {
@Override
public void update(Boolean newSystem) {
this.updateLocation();
this.updateMovementState();
if(!newSystem)
return;