optimized run time

This commit is contained in:
2025-02-04 17:03:46 -06:00
parent 7d1570fdca
commit 93a975dd42
6 changed files with 12 additions and 20 deletions
+3 -3
View File
@@ -5110,12 +5110,12 @@ public class PlayerCharacter extends AbstractCharacter {
@Override
public void update(Boolean newSystem) {
this.updateLocation();
this.updateMovementState();
if(!newSystem)
return;
this.updateLocation();
this.updateMovementState();
try {
if (this.updateLock.writeLock().tryLock()) {