mirror of
https://github.com/ModOrganizer2/modorganizer-basic_games.git
synced 2026-07-27 14:07:29 -07:00
mtime was correct
Holt elaborated here: https://github.com/ModOrganizer2/modorganizer-basic_games/pull/4#issuecomment-668716972
This commit is contained in:
@@ -21,7 +21,7 @@ class BasicGameSaveGame(mobase.ISaveGame):
|
||||
return self._filename
|
||||
|
||||
def getCreationTime(self):
|
||||
return QDateTime(Path(self._filename).stat().st_ctime)
|
||||
return QDateTime(Path(self._filename).stat().st_mtime)
|
||||
|
||||
def getSaveGroupIdentifier(self):
|
||||
return ""
|
||||
|
||||
Reference in New Issue
Block a user