diff options
Diffstat (limited to 'builtin/client/cheats.lua')
-rw-r--r-- | builtin/client/cheats.lua | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/builtin/client/cheats.lua b/builtin/client/cheats.lua index 3a1f6b24a..839021ad2 100644 --- a/builtin/client/cheats.lua +++ b/builtin/client/cheats.lua @@ -20,6 +20,7 @@ core.cheats = { ["NoHurtCam"] = "no_hurt_cam", ["BrightNight"] = "no_night", ["Coords"] = "coords", + ["Clouds"] = "enable_clouds", }, ["World"] = { ["FastDig"] = "fastdig", @@ -31,11 +32,6 @@ core.cheats = { ["UnlimitedRange"] = "increase_tool_range_plus", ["PointLiquids"] = "point_liquids", }, - ["Misc"] = { - ["Enderchest"] = function() - minetest.open_special_inventory() - end, - } } function core.register_cheat(cheatname, category, func) |