diff --git a/src/main/kotlin/com/lambda/client/module/modules/movement/Velocity.kt b/src/main/kotlin/com/lambda/client/module/modules/movement/Velocity.kt index ad7c49538..1651ee380 100644 --- a/src/main/kotlin/com/lambda/client/module/modules/movement/Velocity.kt +++ b/src/main/kotlin/com/lambda/client/module/modules/movement/Velocity.kt @@ -61,7 +61,7 @@ object Velocity : Module( } safeListener { - if (block) it.cancel() + if (noPush && block) it.cancel() } }