The time at which a barrel is sealed still resets when broken
Flaksmith opened this issue ยท 2 comments
In the future please fill out the template, but I figured out what you meant hopefully. Able to reproduce this by placing an already sealed barrel and then breaking it, which sets the sealed time to when you broke it instead of when it was originally sealed.
Looks like this is the cause:
Since
fill()
calls setFluid()
which always sets the seal tick to the current time, overriding what was just set before the call