diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-08-01 14:46:37 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-08-01 14:46:37 +0200 |
commit | 107dec6c0f1be1de9c1049ba4004e5c08d2e34e3 (patch) | |
tree | 44b8031f5e0a9fcba281252f5e2dcd655d599421 /builtin/client/cheats.lua | |
parent | f1760622ec4708decfe34e268a63a9d83d2978a7 (diff) | |
download | dragonfireclient-107dec6c0f1be1de9c1049ba4004e5c08d2e34e3.tar.xz |
Added Coords
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 7290140dd..17347b8ae 100644 --- a/builtin/client/cheats.lua +++ b/builtin/client/cheats.lua @@ -20,6 +20,7 @@ core.cheats = { ["HUDBypass"] = "hud_flags_bypass", ["NoHurtCam"] = "no_hurt_cam", ["BrightNight"] = "no_night", + ["Coords"] = "coords", }, ["World"] = { ["FastDig"] = "fastdig", |