summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
Diffstat (limited to 'builtin')
-rw-r--r--builtin/game/privileges.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/builtin/game/privileges.lua b/builtin/game/privileges.lua
index 56e090f4c..fb53423eb 100644
--- a/builtin/game/privileges.lua
+++ b/builtin/game/privileges.lua
@@ -82,10 +82,6 @@ core.register_privilege("rollback", {
description = "Can use the rollback functionality",
give_to_singleplayer = false,
})
-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,