Убрать привилегию shout при помещении в тюрьму

This commit is contained in:
Aleksandr Avdeev 2024-10-21 11:28:48 +03:00
parent 90f467a752
commit 76b15f177e
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/.idea/
/.gigaide/

View File

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