mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[GH-ISSUE #152] Clicking run should make your player start running the next game tick. #2853
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Gptaqbc on GitHub (Nov 9, 2019).
Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/152
What was said about it in Discord:
"check the run button in the packet, should be easy from there
if i remember correctly it just sets running2 to true and it should set running to true until the next walk path
so just remove running2 and set running true instead"