summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
Diffstat (limited to 'builtin')
-rw-r--r--builtin/game/privileges.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/builtin/game/privileges.lua b/builtin/game/privileges.lua
index 5838b9374..05c79440c 100644
--- a/builtin/game/privileges.lua
+++ b/builtin/game/privileges.lua
@@ -54,4 +54,8 @@ core.register_privilege("noclip", {
give_to_singleplayer = false,
})
core.register_privilege("rollback", "Can use the rollback functionality")
+core.register_privilege("zoom", {
+ description = "Can zoom the camera",
+ give_to_singleplayer = false,
+})