Use RESTORE_NO_ZERO as default restore walk speed behaviour

This commit is contained in:
Gabriele C 2017-07-08 23:47:36 +02:00
parent cb73160bcd
commit 1c4594b53d

View File

@ -66,7 +66,7 @@ public final class LimboSettings implements SettingsHolder {
"See above for a description of the values." "See above for a description of the values."
}) })
public static final Property<WalkFlySpeedRestoreType> RESTORE_WALK_SPEED = public static final Property<WalkFlySpeedRestoreType> RESTORE_WALK_SPEED =
newProperty(WalkFlySpeedRestoreType.class, "limbo.restoreWalkSpeed", WalkFlySpeedRestoreType.MAX_RESTORE); newProperty(WalkFlySpeedRestoreType.class, "limbo.restoreWalkSpeed", WalkFlySpeedRestoreType.RESTORE_NO_ZERO);
private LimboSettings() { private LimboSettings() {
} }