From 82494b8cc199fb92248c6c30ce7ef18b7e7133ae Mon Sep 17 00:00:00 2001 From: Ben Deutsch Date: Tue, 2 Aug 2016 21:36:34 +0200 Subject: Zooming the camera requires the 'zoom' privilege --- builtin/game/privileges.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'builtin') 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, +}) -- cgit v1.2.3