From 19bc286818ab1f9fb5e2864bf6eecc28fcd0faeb Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Tue, 10 Mar 2026 23:33:12 -0500 Subject: [PATCH] chore: remove another test print --- Minecraft.Client/Player/LocalPlayer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Minecraft.Client/Player/LocalPlayer.cpp b/Minecraft.Client/Player/LocalPlayer.cpp index d2b4cb83c..91adb3300 100644 --- a/Minecraft.Client/Player/LocalPlayer.cpp +++ b/Minecraft.Client/Player/LocalPlayer.cpp @@ -336,7 +336,6 @@ void LocalPlayer::aiStep() //if (isSprinting() && (input->ya < runTreshold || horizontalCollision || !enoughFoodToSprint)) if (isSprinting() && ((input->ya < runTreshold && !input->sprintKey) || !enoughFoodToSprint)) { - printf("setSprinting false\n"); setSprinting(false); }