Remove error message on death

This commit is contained in:
Wuzzy 2017-07-24 18:25:18 +02:00
parent 47e2c019ad
commit 41de05a796
1 changed files with 0 additions and 1 deletions

View File

@ -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