Reverted removal of 'ClearItemLocations' to fix #6036 (#6044)

This commit is contained in:
Jerom Venneker
2025-12-27 12:10:31 +01:00
committed by GitHub
parent cc21163765
commit b24d266974

View File

@@ -466,6 +466,7 @@ void SaveManager::Init() {
} }
} }
saveBlock = nlohmann::json::object(); saveBlock = nlohmann::json::object();
OTRGlobals::Instance->gRandoContext->ClearItemLocations();
} }
void SaveManager::StartupCheckAndInitMeta(int fileNum) { void SaveManager::StartupCheckAndInitMeta(int fileNum) {