mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-16 13:34:06 +09:00
making copy of the savegame immediately after the initial save
This commit is contained in:
@@ -313,9 +313,8 @@ open class TerrarumIngame(batch: SpriteBatch) : IngameInstance(batch) {
|
||||
)
|
||||
|
||||
// make initial savefile
|
||||
// pause()
|
||||
WriteSavegame.immediate(savegameArchive, File(App.defaultSaveDir, savegameNickname), this) {
|
||||
// resume()
|
||||
makeSavegameBackupCopy()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user