From 875a5f659c5bd0717d074d341fc994c86c10e246 Mon Sep 17 00:00:00 2001 From: seventeenthShulker Date: Sat, 15 Jun 2024 23:02:42 +0100 Subject: [PATCH] Whoopsie --- mods/ENTITIES/mcl_mobs/physics.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/mods/ENTITIES/mcl_mobs/physics.lua b/mods/ENTITIES/mcl_mobs/physics.lua index dceb09c07..0800074e6 100644 --- a/mods/ENTITIES/mcl_mobs/physics.lua +++ b/mods/ENTITIES/mcl_mobs/physics.lua @@ -655,7 +655,6 @@ function mob_class:do_env_damage() if self.armor_list and not self.armor_list.helmet or not self.armor_list or self.armor_list and self.armor_list.helmet and self.armor_list.helmet == "" then if (self.ignited_by_sunlight and (not mcl_weather.rain.raining or not mcl_weather.has_rain(pos))) then if (#mcl_burning.get_touching_nodes(self.object, "group:puts_out_fire", self) == 0) then - minetest.log("owow") mcl_burning.set_on_fire(self.object, 10) end else