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 e0acb2f commit 05a7d1aCopy full SHA for 05a7d1a
src/main/kotlin/com/lambda/module/modules/movement/BetterFirework.kt
@@ -187,8 +187,8 @@ object BetterFirework : Module(
187
runSafe {
188
when {
189
(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
+ (!activateButton.isMouseBind || activateButton.mouse != mc.options.pickItemKey.boundKey.code) ||
+ takeoffState != TakeoffState.None -> false // Prevent using multiple times
192
else -> {
193
if (player.canOpenElytra || player.isGliding) {
194
// If already gliding use another firework
0 commit comments