Skip to content

Commit c9e2045

Browse files
authored
Add NoPush setting check for noblockpush (#465)
1 parent b2921f6 commit c9e2045

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/main/kotlin/com/lambda/client/module/modules/movement/Velocity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object Velocity : Module(
6161
}
6262

6363
safeListener<PushOutOfBlocksEvent> {
64-
if (block) it.cancel()
64+
if (noPush && block) it.cancel()
6565
}
6666
}
6767

0 commit comments

Comments
 (0)