mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-06 16:06:31 +00:00
chore: remove another test print
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user