mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-05 19:31:04 +00:00
Require 'give' priv for /pulverize and /clearinv
This commit is contained in:
parent
421835a30e
commit
3ca50d78f3
2 changed files with 3 additions and 1 deletions
|
@ -71,7 +71,7 @@ core.register_privilege("kick", {
|
|||
give_to_admin = true,
|
||||
})
|
||||
core.register_privilege("give", {
|
||||
description = S("Can use /give and /giveme"),
|
||||
description = S("Can use /give, /giveme, /pulverize and /clearinv"),
|
||||
give_to_singleplayer = false,
|
||||
})
|
||||
core.register_privilege("password", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue