diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-08-01 11:55:48 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-08-01 11:55:48 +0200 |
commit | f1760622ec4708decfe34e268a63a9d83d2978a7 (patch) | |
tree | 7b84e9f18aea4af38974c71ff0382c4370b5cf35 /builtin/client/cheats.lua | |
parent | 2675bcca1a3e8c59475ccb29d1afa9e19489a686 (diff) | |
download | dragonfireclient-f1760622ec4708decfe34e268a63a9d83d2978a7.tar.xz |
Added BrightNight
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 f10b879e3..7290140dd 100644 --- a/builtin/client/cheats.lua +++ b/builtin/client/cheats.lua @@ -19,6 +19,7 @@ core.cheats = { ["Fullbright"] = "fullbright", ["HUDBypass"] = "hud_flags_bypass", ["NoHurtCam"] = "no_hurt_cam", + ["BrightNight"] = "no_night", }, ["World"] = { ["FastDig"] = "fastdig", |