forked from Mineclonia/Mineclonia
Remove error message on death
This commit is contained in:
parent
47e2c019ad
commit
41de05a796
|
@ -108,7 +108,6 @@ end
|
||||||
|
|
||||||
-- Select death message for death by mob
|
-- Select death message for death by mob
|
||||||
local mmsg = function(mtype, ...)
|
local mmsg = function(mtype, ...)
|
||||||
minetest.log("error", dump(mtype))
|
|
||||||
if mobkills[mtype] then
|
if mobkills[mtype] then
|
||||||
return string.format(mobkills[mtype], ...)
|
return string.format(mobkills[mtype], ...)
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue