revoke shout priv

This commit is contained in:
Andrey Stepanov 2024-10-18 11:20:12 +05:00
parent 5f8cf99fc4
commit 90f467a752
Signed by: Koldun
GPG Key ID: 53DE683337F5D25F

View File

@ -31,7 +31,7 @@ end
jail.set_permissions_for_the_jail = function (player)
minetest.set_player_privs(player, {
interact = true,
shout = true,
shout = false,
})
end