chore: remove another test print

This commit is contained in:
Tropical 2026-03-10 23:33:12 -05:00
parent 559cdfd281
commit 19bc286818

View file

@ -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);
}