Fix autosprint cheat menu entry

This commit is contained in:
Elias Fleckenstein 2020-12-12 14:23:38 +01:00
parent f84bc60f26
commit 510b0dde02

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", "AutoSneak", "Movement", "special1")
autokey.register_keypress_cheat("autosprint", "AutoSprint", "Movement", "special1")