mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 23:42:59 +00:00
Merge branch 'dev' of github.com:sbrl/Minetest-WorldEditAdditions into dev
This commit is contained in:
commit
bed5ec3add
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
local player_notify_suppressed = {}
|
||||
|
||||
local orig_player_notify = worldedit.player_notify
|
||||
function worldedit.player_notify(name, message)
|
||||
function worldedit.player_notify(name, message, typ)
|
||||
if not player_notify_suppressed[name] then
|
||||
orig_player_notify(name, message)
|
||||
orig_player_notify(name, message, typ)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue