Skip to content

Commit 842b430

Browse files
authored
oops elytra cooldown option defaults to true
1 parent 7ff22ab commit 842b430

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/States/Elytra.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public struct ElytraConfiguration
5959
public static readonly ElytraConfiguration DefaultElytraConfiguration = new()
6060
{
6161
DisableReverseVerticalMomentum = false,
62-
UpdateCooldownInEveryState = false
62+
UpdateCooldownInEveryState = true
6363
};
6464

6565
/// <summary>
@@ -556,3 +556,4 @@ private static void Input_ResetGrab(On.Celeste.Input.orig_ResetGrab orig)
556556
elytraToggle = false;
557557
}
558558
}
559+

0 commit comments

Comments
 (0)