update location
This commit is contained in:
@@ -5359,8 +5359,10 @@ public class PlayerCharacter extends AbstractCharacter {
|
||||
public void updateLocation() {
|
||||
|
||||
|
||||
if (!this.isMoving())
|
||||
if (!this.isMoving()) {
|
||||
this.teleport(this.loc);
|
||||
return;
|
||||
}
|
||||
|
||||
if (!this.isActive)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user