diff options
Diffstat (limited to 'builtin/game')
-rw-r--r-- | builtin/game/privileges.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/builtin/game/privileges.lua b/builtin/game/privileges.lua index 05c79440c..f89514134 100644 --- a/builtin/game/privileges.lua +++ b/builtin/game/privileges.lua @@ -58,4 +58,7 @@ core.register_privilege("zoom", { description = "Can zoom the camera", give_to_singleplayer = false, }) - +core.register_privilege("debug", { + description = "Allows enabling various debug options that may affect gameplay", + give_to_singleplayer = false, +}) |