update location

lakebane
FatBoy-DOTC 2025-03-18 19:18:34 -05:00
parent f7f306855a
commit 165e721eb8
1 changed files with 3 additions and 1 deletions

View File

@ -5359,8 +5359,10 @@ public class PlayerCharacter extends AbstractCharacter {
public void updateLocation() { public void updateLocation() {
if (!this.isMoving()) if (!this.isMoving()) {
this.teleport(this.loc);
return; return;
}
if (!this.isActive) if (!this.isActive)
return; return;