aboutsummaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
Diffstat (limited to 'builtin')
-rw-r--r--builtin/game/privileges.lua7
1 files changed, 5 insertions, 2 deletions
diff --git a/builtin/game/privileges.lua b/builtin/game/privileges.lua
index 1d3efb525..97681655e 100644
--- a/builtin/game/privileges.lua
+++ b/builtin/game/privileges.lua
@@ -97,10 +97,13 @@ core.register_privilege("rollback", {
description = S("Can use the rollback functionality"),
give_to_singleplayer = false,
})
+core.register_privilege("basic_debug", {
+ description = S("Can view more debug info that might give a gameplay advantage"),
+ give_to_singleplayer = false,
+})
core.register_privilege("debug", {
- description = S("Allows enabling various debug options that may affect gameplay"),
+ description = S("Can enable wireframe"),
give_to_singleplayer = false,
- give_to_admin = true,
})
core.register_can_bypass_userlimit(function(name, ip)