diff options
Diffstat (limited to 'builtin/client/cheats.lua')
-rw-r--r-- | builtin/client/cheats.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/client/cheats.lua b/builtin/client/cheats.lua index 42f7abbb3..1abc2c8ef 100644 --- a/builtin/client/cheats.lua +++ b/builtin/client/cheats.lua @@ -55,4 +55,4 @@ core.cheats = { function core.register_cheat(cheatname, category, func) core.cheats[category] = core.cheats[category] or {} core.cheats[category][cheatname] = func -end +end |