mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Zooming the camera requires the 'zoom' privilege
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user