diff --git a/Client/src/main/java/com/baseband/client/module/movement/ElytraFly.java b/Client/src/main/java/com/baseband/client/module/movement/ElytraFly.java index c449120..d03e08c 100644 --- a/Client/src/main/java/com/baseband/client/module/movement/ElytraFly.java +++ b/Client/src/main/java/com/baseband/client/module/movement/ElytraFly.java @@ -79,10 +79,11 @@ public class ElytraFly extends Feature { @Config("Takeoff Gate Motion") @Description("How much downward motion the player must have to trigger the Gate.") @Range("0..0.5") - @MultiGate(and = {1, 2}) + @Gate(3) public float takeoffGateMotion = 0.1f; - @Marker(2) + @Marker(3) + @Gate(1) boolean gateModeIsMotion = false; int takeoffStep = 0;