1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Zooming the camera requires the 'zoom' privilege

This commit is contained in:
Ben Deutsch 2016-08-02 21:36:34 +02:00 committed by est31
parent d1df09841d
commit 82494b8cc1
2 changed files with 5 additions and 1 deletions

View file

@ -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,
})