diff options
author | cora <coradelamouche@gmx.ch> | 2023-06-26 00:16:21 +0200 |
---|---|---|
committer | cora <coradelamouche@gmx.ch> | 2023-06-26 00:16:21 +0200 |
commit | 3345dca419af3c52cf60543758f5b3278c90690a (patch) | |
tree | fb701423819bdb83f7216acde555fa738e2f47a4 /builtin/client/cheats.lua | |
parent | dfdae0ead6b59fc6ccff0c49d22229ac34320c16 (diff) | |
download | dragonfireclient-3345dca419af3c52cf60543758f5b3278c90690a.tar.xz |
Add and use new zoom_bypass setting
Diffstat (limited to 'builtin/client/cheats.lua')
-rw-r--r-- | builtin/client/cheats.lua | 1 |
1 files changed, 1 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", }, |