This commit is contained in:
mschiller890
2026-03-13 23:56:58 +01:00
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__*/