mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 01:21:05 +01:00
Fix regression of item movement in water transport streams.
This commit is contained in:
parent
4032cbe943
commit
6cbedd408e
1 changed files with 1 additions and 1 deletions
|
@ -847,7 +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
|
||||
disable_physics(self.object, self, true)
|
||||
enable_physics(self.object, self, true)
|
||||
return
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue