diff options
Diffstat (limited to 'builtin/client/cheats.lua')
-rw-r--r-- | builtin/client/cheats.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/builtin/client/cheats.lua b/builtin/client/cheats.lua index 1abc2c8ef..1efe4f0b9 100644 --- a/builtin/client/cheats.lua +++ b/builtin/client/cheats.lua @@ -44,8 +44,7 @@ core.cheats = { ["Player"] = { ["NoFallDamage"] = "prevent_natural_damage", ["NoForceRotate"] = "no_force_rotate", - ["IncreasedRange"] = "increase_tool_range", - ["UnlimitedRange"] = "increase_tool_range_plus", + ["Reach"] = "reach", ["PointLiquids"] = "point_liquids", ["PrivBypass"] = "priv_bypass", ["AutoRespawn"] = "autorespawn", |