diff options
| author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-12-12 15:17:00 +0100 |
|---|---|---|
| committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-12-12 15:17:00 +0100 |
| commit | e8faa2afb7106ca916f4207766ec106c81bb98ce (patch) | |
| tree | 797aaf76e2998c8a9cf384fcaf350bcccec77ec6 /builtin | |
| parent | a4d914ba275fec76f9f9bceb4d8c789adf163565 (diff) | |
| download | dragonfireclient-e8faa2afb7106ca916f4207766ec106c81bb98ce.tar.xz | |
Rework Range
Diffstat (limited to 'builtin')
| -rw-r--r-- | builtin/client/cheats.lua | 3 | ||||
| -rw-r--r-- | builtin/settingtypes.txt | 8 |
2 files changed, 5 insertions, 6 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", diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 0d4985138..334c25dda 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -2251,10 +2251,6 @@ freecam (Freecam) bool false no_hurt_cam (NoHurtCam) bool false -increase_tool_range (IncreasedRange) bool true - -increase_tool_range_plus (IncreasedRangePlus) bool true - hud_flags_bypass (HUDBypass) bool true antiknockback (AntiKnockback) bool false @@ -2302,3 +2298,7 @@ enable_node_tracers (NodeTracers) bool false entity_esp_color (EntityESP Color) v3f 255, 255, 255 player_esp_color (PlayerESP Color) v3f 0, 255, 0 + +tool_range (Additional Tool Range) int 2 + +reach (Reach) bool false |
