Skip to content

Commit a27170e

Browse files
committed
Fix boost condition typo
1 parent 86e7cc3 commit a27170e

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/kotlin/com/lambda/module/modules/movement

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/module/modules/movement/ElytraFly.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ object ElytraFly : Module(
2525
private val mute by setting("Mute Elytra", false, "Mutes the elytra sound when gliding")
2626

2727
@JvmStatic
28-
val doBoost: Boolean get() = isEnabled && playerBoost
28+
val doBoost: Boolean get() = isEnabled && rocketBoost
2929

3030
init {
3131
listener<MovementEvent.Pre> {

0 commit comments

Comments
 (0)