diff options
| author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-10-05 18:41:10 +0200 |
|---|---|---|
| committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-10-05 18:41:10 +0200 |
| commit | faa32610e381db1d58ee2b57d3a6efc2e664fdec (patch) | |
| tree | 8c6b2a6e8c4eaa08f815afa1a6faa4231e297e6c /builtin | |
| parent | ee88f4b94f180faa2b44ff016381a0fe69426d88 (diff) | |
| download | dragonfireclient-faa32610e381db1d58ee2b57d3a6efc2e664fdec.tar.xz | |
Added ESP, fixed Tracers, improved Jesus
Diffstat (limited to 'builtin')
| -rw-r--r-- | builtin/client/cheats.lua | 1 | ||||
| -rw-r--r-- | builtin/settingtypes.txt | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/builtin/client/cheats.lua b/builtin/client/cheats.lua index 43d79d498..06b4cb745 100644 --- a/builtin/client/cheats.lua +++ b/builtin/client/cheats.lua @@ -22,6 +22,7 @@ core.cheats = { ["BrightNight"] = "no_night", ["Coords"] = "coords", ["Tracers"] = "enable_tracers", + ["ESP"] = "enable_esp", }, ["World"] = { ["FastDig"] = "fastdig", diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 8452850fa..a4991cb94 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -2271,4 +2271,6 @@ no_force_rotate (NoForceRotate) bool false enable_tracers (Tracers) bool false +enable_esp (ESP) bool false + no_slow (NoSlow) bool false |
