mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Remove error message on death
This commit is contained in:
parent
47e2c019ad
commit
41de05a796
1 changed files with 0 additions and 1 deletions
|
@ -108,7 +108,6 @@ end
|
|||
|
||||
-- Select death message for death by mob
|
||||
local mmsg = function(mtype, ...)
|
||||
minetest.log("error", dump(mtype))
|
||||
if mobkills[mtype] then
|
||||
return string.format(mobkills[mtype], ...)
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue