proper flying check for speed calculation
This commit is contained in:
@@ -2895,7 +2895,7 @@ public class PlayerCharacter extends AbstractCharacter {
|
||||
|
||||
float speed;
|
||||
|
||||
if (this.getAltitude() > 0)
|
||||
if (this.isFlying())
|
||||
if (this.walkMode) {
|
||||
speed = race.getRaceType().getRunSpeed().getFlyWalk();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user