mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-24 19:41:08 +01:00
Make it possible to pick up arrows in creative mode
This commit is contained in:
parent
1c7d727286
commit
92f781b68c
1 changed files with 4 additions and 4 deletions
|
@ -317,11 +317,11 @@ local function stuck_on_step(self, dtime, entity_def, projectile_def)
|
|||
gain = 1.0,
|
||||
}, true)
|
||||
end
|
||||
|
||||
mcl_burning.extinguish(self.object)
|
||||
mcl_util.remove_entity(self)
|
||||
return
|
||||
end
|
||||
|
||||
mcl_burning.extinguish(self.object)
|
||||
mcl_util.remove_entity(self)
|
||||
return true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue