Skip to content

Commit 05a7d1a

Browse files
committed
forgot to update indenting
1 parent e0acb2f commit 05a7d1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/com/lambda/module/modules/movement/BetterFirework.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ object BetterFirework : Module(
187187
runSafe {
188188
when {
189189
(mc.crosshairTarget?.type == HitResult.Type.BLOCK && !middleClickCancel) ||
190-
(!activateButton.isMouseBind || activateButton.mouse != mc.options.pickItemKey.boundKey.code) ||
191-
takeoffState != TakeoffState.None -> false // Prevent using multiple times
190+
(!activateButton.isMouseBind || activateButton.mouse != mc.options.pickItemKey.boundKey.code) ||
191+
takeoffState != TakeoffState.None -> false // Prevent using multiple times
192192
else -> {
193193
if (player.canOpenElytra || player.isGliding) {
194194
// If already gliding use another firework

0 commit comments

Comments
 (0)