|
|
@ -5145,7 +5145,9 @@ public class PlayerCharacter extends AbstractCharacter { |
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public void update(Boolean newSystem) { |
|
|
|
public void update(Boolean newSystem) { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(!newSystem) |
|
|
|
this.updateLocation(); |
|
|
|
this.updateLocation(); |
|
|
|
|
|
|
|
|
|
|
|
this.updateMovementState(); |
|
|
|
this.updateMovementState(); |
|
|
|
|
|
|
|
|
|
|
|
if(!newSystem) |
|
|
|
if(!newSystem) |
|
|
|