Update autosprint to the new key name for the sprint key

This commit is contained in:
Elias Fleckenstein 2021-03-26 17:57:39 +01:00
parent 510b0dde02
commit 32753db70d

View File

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