Another nil check in mcl_mobs

This commit is contained in:
Wuzzy 2020-03-30 16:52:36 +02:00
parent 600eadedea
commit e81b5ef58a
1 changed files with 1 additions and 1 deletions

View File

@ -921,7 +921,7 @@ local do_env_damage = function(self)
end
end
check_for_death(self, "", {type = "unknown"})
return check_for_death(self, "", {type = "unknown"})
end