diff --git a/src/SaveTool/SaveTool.cpp b/src/SaveTool/SaveTool.cpp index 69f7eb1..b79251f 100644 --- a/src/SaveTool/SaveTool.cpp +++ b/src/SaveTool/SaveTool.cpp @@ -190,6 +190,8 @@ void SaveTool::handleFileAction(efsw::WatchID watch_id, _currentProfile->refreshValues(); if(_tree) { _tree->readEngineUnlocks(_currentProfile->engineInventory(), _currentProfile->gearInventory()); + _tree->readOSUnlocks(_currentProfile->osInventory(), _currentProfile->moduleInventory()); + _tree->readArchUnlocks(_currentProfile->archInventory(), _currentProfile->techInventory()); } } else if(Utility::String::endsWith(filename, _currentProfile->steamId() + ".sav")) {