You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: persist consumed research costs to NBT for restart-safe refunds
consumedCosts and consumedFluidCost were in-memory-only snapshots; a
server restart during active research would null them out, making
cancel give no refund. Both fields are now serialized in saveAdditional
and restored in loadAdditional so refunds survive chunk reloads and
server restarts.
0 commit comments