From 1c4594b53d0c40bcd847162f0900db694ec3d1dc Mon Sep 17 00:00:00 2001 From: Gabriele C Date: Sat, 8 Jul 2017 23:47:36 +0200 Subject: [PATCH] Use RESTORE_NO_ZERO as default restore walk speed behaviour --- .../java/fr/xephi/authme/settings/properties/LimboSettings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/fr/xephi/authme/settings/properties/LimboSettings.java b/src/main/java/fr/xephi/authme/settings/properties/LimboSettings.java index 719789abd..408c62917 100644 --- a/src/main/java/fr/xephi/authme/settings/properties/LimboSettings.java +++ b/src/main/java/fr/xephi/authme/settings/properties/LimboSettings.java @@ -66,7 +66,7 @@ public final class LimboSettings implements SettingsHolder { "See above for a description of the values." }) public static final Property RESTORE_WALK_SPEED = - newProperty(WalkFlySpeedRestoreType.class, "limbo.restoreWalkSpeed", WalkFlySpeedRestoreType.MAX_RESTORE); + newProperty(WalkFlySpeedRestoreType.class, "limbo.restoreWalkSpeed", WalkFlySpeedRestoreType.RESTORE_NO_ZERO); private LimboSettings() { }