A save still gets its answer when a node shuts down

Every save is confirmed by the part of the mesh that owns the thing being saved. When that owner is shutting down at the moment a save arrives, it does not simply go quiet: it prepares a specific answer — "this did not apply; it is safe to retry" — which is what lets the save be re-applied against the fresh owner and land, rather than being lost.

That answer could be thrown away before anyone saw it. A shutdown runs a list of clean-up steps in order, and the list stopped at the first step that failed. One step failing therefore silently cancelled every step behind it — including the one that hands over the prepared answer. The save then heard nothing at all, waited out its full confirmation window of about half a minute, and reported itself unconfirmed: not an error you could act on, just an edit whose fate you were told nobody could establish.

Two things changed:

The visible effect is that a save caught by a shutdown gets its answer immediately and is retried and applied, instead of hanging for thirty seconds and coming back unconfirmed. Saves that were not caught by a shutdown are unaffected — this changes nothing on the ordinary path.

Reconnecting…
The server was updated. Reloading the page to pick up the latest version.