Skip to content

Commit dfff0c9

Browse files
committed
fix: comment out debug print
1 parent a65865f commit dfff0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ object LevitationTweaks : Module(
131131
}
132132

133133
listen<MovementEvent.Player.Pre> { event ->
134-
info(event.toString())
134+
// info(event.toString())
135135
if (mode != Mode.UNCP || !canMove) return@listen
136136

137137
player.motionY = when {

0 commit comments

Comments
 (0)