diff options
Diffstat (limited to 'builtin/client/cheats/init.lua')
-rw-r--r-- | builtin/client/cheats/init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/client/cheats/init.lua b/builtin/client/cheats/init.lua index f1cfedfef..31657e9ed 100644 --- a/builtin/client/cheats/init.lua +++ b/builtin/client/cheats/init.lua @@ -77,7 +77,6 @@ core.cheats = { ["AutoTool"] = "autotool", ["Enderchest"] = function() core.open_enderchest() end, ["HandSlot"] = function() core.open_handslot() end, - ["NextItem"] = "next_item", ["Strip"] = "strip", ["AutoRefill"] = "autorefill", } |