mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +01:00
Another nil check in mcl_mobs
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user