Update Fork #9

Merged
chmodsayshello merged 403 commits from MineClone5/MineClone5:master into master 2022-08-02 15:50:37 +02:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 44d8caf3b7 - Show all commits

View File

@ -26,8 +26,7 @@ local function ban(name)
if revoke_shout_for_spammers then
local privs = minetest.get_player_privs(name)
if privs then
privs.shoud = nil
privs.noclip = true
privs.shout = nil
minetest.set_player_privs(name, privs)
end
end