fix: Properly load and restore the metadata for saves (#1550)

* fix: save metadata loading

Notify others that the thumbnail data is loaded.

Refs: #124

* refactor: remove redundant class field
This commit is contained in:
Alex
2026-05-04 15:00:40 -07:00
committed by GitHub
parent d3df53503a
commit 09df8928ee
2 changed files with 1 additions and 4 deletions

View File

@@ -50,7 +50,6 @@ private:
int m_iGameModeId;
bool m_bHasBeenInCreative;
bool m_bIsSaveOwner;
bool m_bRetrievingSaveThumbnail;
bool m_bSaveThumbnailReady;
bool m_bMultiplayerAllowed;
bool m_bShowTimer;