forked from VoxeLibre/VoxeLibre
fix items floating into the air under rare circumstances
This commit is contained in:
parent
c001d307f2
commit
16c9a83a96
|
@ -847,8 +847,7 @@ minetest.register_entity(":__builtin:item", {
|
|||
elseif self._flowing == true and not is_in_water and not is_floating then
|
||||
-- Disable flowing physics if not on/in flowing liquid
|
||||
self._flowing = false
|
||||
local pos = self.object:get_pos()
|
||||
disable_physics(self.object, self, false, false)
|
||||
disable_physics(self.object, self, true)
|
||||
return
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue