forked from VoxeLibre/VoxeLibre
Another nil check in mcl_mobs
This commit is contained in:
parent
600eadedea
commit
e81b5ef58a
|
@ -921,7 +921,7 @@ local do_env_damage = function(self)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
check_for_death(self, "", {type = "unknown"})
|
return check_for_death(self, "", {type = "unknown"})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue