aboutsummaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
Diffstat (limited to 'builtin')
-rw-r--r--builtin/client/cheats.lua1
-rw-r--r--builtin/settingtypes.txt2
2 files changed, 3 insertions, 0 deletions
diff --git a/builtin/client/cheats.lua b/builtin/client/cheats.lua
index b712d0f14..1c637f493 100644
--- a/builtin/client/cheats.lua
+++ b/builtin/client/cheats.lua
@@ -48,6 +48,7 @@ core.cheats = {
["Reach"] = "reach",
["PointLiquids"] = "point_liquids",
["PrivBypass"] = "priv_bypass",
+ ["ZoomBypass"] = "zoom_bypass",
["AutoRespawn"] = "autorespawn",
["ThroughWalls"] = "dont_point_nodes",
},
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt
index 0bed1071c..7dc3843e3 100644
--- a/builtin/settingtypes.txt
+++ b/builtin/settingtypes.txt
@@ -2329,6 +2329,8 @@ xray_nodes (XRay Nodes) string default:stone,mcl_core:stone
priv_bypass (PrivBypass) bool true
+zoom_bypass (ZoomBypass) bool true
+
fastdig (FastDig) bool false
fastplace (FastPlace) bool false