mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-15 04:54:05 +09:00
fixed a bug where list of savefiles won't sort by last play date
This commit is contained in:
@@ -29,7 +29,7 @@ object WriteMeta {
|
||||
weatseed1 = WeatherMixer.RNG.state1,
|
||||
playerid = ingame.actorGamer.referenceID,
|
||||
creation_t = ingame.creationTime,
|
||||
lastplay_t = App.getTIME_T(),
|
||||
lastplay_t = time_t,
|
||||
playtime_t = ingame.totalPlayTime + currentPlayTime_t,
|
||||
loadorder = ModMgr.loadOrder.toTypedArray(),
|
||||
worlds = ingame.gameworldIndices.toTypedArray()
|
||||
|
||||
Reference in New Issue
Block a user