We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff22ab commit 842b430Copy full SHA for 842b430
src/States/Elytra.cs
@@ -59,7 +59,7 @@ public struct ElytraConfiguration
59
public static readonly ElytraConfiguration DefaultElytraConfiguration = new()
60
{
61
DisableReverseVerticalMomentum = false,
62
- UpdateCooldownInEveryState = false
+ UpdateCooldownInEveryState = true
63
};
64
65
/// <summary>
@@ -556,3 +556,4 @@ private static void Input_ResetGrab(On.Celeste.Input.orig_ResetGrab orig)
556
elytraToggle = false;
557
}
558
559
+
0 commit comments