diff --git a/soh/soh/SaveManager.cpp b/soh/soh/SaveManager.cpp index a3b2ff9a5..0aaf32e7c 100644 --- a/soh/soh/SaveManager.cpp +++ b/soh/soh/SaveManager.cpp @@ -445,7 +445,7 @@ void SaveManager::LoadRandomizerVersion3() { SaveManager::Instance->LoadArray("hintLocations", RH_MAX, [&](size_t i) { auto hint = RandomizerHint(i); - nlohmann::ordered_json json; + nlohmann::json json; SaveManager::Instance->LoadData("", json); randoContext->AddHint(hint, Rando::Hint(hint, json)); });