mirror of
https://github.com/minetest-mods/filter.git
synced 2025-03-14 20:01:26 +00:00
Update a local.
This commit is contained in:
parent
a0a22bc69e
commit
869cbb0d61
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -83,7 +83,7 @@ function filter.mute(name, duration)
|
|||
muted[name] = true
|
||||
|
||||
minetest.after(duration * 60, function()
|
||||
privs = minetest.get_player_privs(name)
|
||||
local privs = minetest.get_player_privs(name)
|
||||
if privs.shout == true then
|
||||
return
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue