Update autosprint to the new key name for the sprint key

master
Elias Fleckenstein 2021-03-26 17:57:39 +01:00
parent 510b0dde02
commit 32753db70d
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ autokey.register_keypress_cheat("autosneak", "AutoSneak", "Movement", "sneak", f
return core.localplayer:is_touching_ground()
end)
autokey.register_keypress_cheat("autosprint", "AutoSprint", "Movement", "special1")
autokey.register_keypress_cheat("autosprint", "AutoSprint", "Movement", "aux1")