aboutsummaryrefslogtreecommitdiff
path: root/builtin/client/cheats/init.lua
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-11-29 19:15:41 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-11-29 19:15:41 +0100
commit0a285dd338fb415744e3fb8d6a1cc3763d796c4a (patch)
treeb74c9a43a0434248c8f81f539638d5791493b776 /builtin/client/cheats/init.lua
parent4695222bc39578643e2ae64fb8725f45a340a008 (diff)
downloaddragonfireclient-0a285dd338fb415744e3fb8d6a1cc3763d796c4a.tar.xz
Remove NextItem
Diffstat (limited to 'builtin/client/cheats/init.lua')
-rw-r--r--builtin/client/cheats/init.lua1
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",
}