mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-06 11:03:43 +00:00
chore: remove another test print
This commit is contained in:
parent
559cdfd281
commit
19bc286818
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue