mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-02-15 10:30:05 +00:00
![Jonathan Coates](/assets/img/avatar_default.png)
- We now write to a "ids.json.new" file, then move that on top of the original ids.json file instead. - Use FileChannel.force to ensure the new file is properly flushed to disk. I can't really guarantee this'll work with the later Files.move, but it's better than not doing it! Closes #1346.