Make it possible to pick up arrows in creative mode

This commit is contained in:
teknomunk 2024-11-17 19:41:57 -06:00
parent 1c7d727286
commit 92f781b68c
1 changed files with 4 additions and 4 deletions

View File

@ -317,11 +317,11 @@ local function stuck_on_step(self, dtime, entity_def, projectile_def)
gain = 1.0, gain = 1.0,
}, true) }, true)
end end
end
mcl_burning.extinguish(self.object) mcl_burning.extinguish(self.object)
mcl_util.remove_entity(self) mcl_util.remove_entity(self)
return return true
end
end end
end end
end end