Выдать мут при отправке в тюрьму #2

Merged
Reload merged 1 commits from Koldun/jail:shutup into devel 2024-10-18 10:02:09 +03:00
Showing only changes of commit 90f467a752 - Show all commits

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