sprint on ctrl

This commit is contained in:
2026-03-13 23:23:25 +02:00
parent bf2248063d
commit 5385342272
4 changed files with 10 additions and 0 deletions

View File

@@ -105,6 +105,8 @@ private:
bool sprinting;
int sprintDoubleTapTimer;
bool prevForwardHeld;
public:
void setSprinting(bool sprint) { sprinting = sprint; }
};
#endif /*NET_MINECRAFT_CLIENT_PLAYER__LocalPlayer_H__*/