cmann1 / dustmod-issues

Dustmod issue tracker
0 stars 0 forks source link

Failures while saving can lose map data #39

Open msg555 opened 3 years ago

msg555 commented 3 years ago

The current save procedure clears the existing map data before writing the new map data. We should instead use a write and replace mechanism which on most file systems should be very unlikely to lose data.