mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-12 12:43:15 +01:00
Massive mcl_burning performance improvement
This commit is contained in:
parent
9a6331adde
commit
f94ab6c8a5
@ -3454,7 +3454,7 @@ end
|
||||
-- main mob function
|
||||
local mob_step = function(self, dtime)
|
||||
|
||||
if not self.fire_resistant then
|
||||
if not self.fire_resistant and self._mcl_burning_burn_time and self._mcl_burning_burn_time > 0 then
|
||||
mcl_burning.tick(self.object, dtime)
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user