mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-04 08:43:45 +01:00
Make it possible to pick up arrows in creative mode
This commit is contained in:
parent
eae09781a6
commit
a56b4f9ca2
@ -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
|
||||||
|
|
||||||
mcl_burning.extinguish(self.object)
|
|
||||||
mcl_util.remove_entity(self)
|
|
||||||
return
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
mcl_burning.extinguish(self.object)
|
||||||
|
mcl_util.remove_entity(self)
|
||||||
|
return true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user