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/client/cheats.lua | |
parent | ee88f4b94f180faa2b44ff016381a0fe69426d88 (diff) | |
download | dragonfireclient-faa32610e381db1d58ee2b57d3a6efc2e664fdec.tar.xz |
Added ESP, fixed Tracers, improved Jesus
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 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", |