SaveTool: refresh unlocks when profile is updated.
This commit is contained in:
parent
7cfb8bbbcb
commit
08c1aa1050
1 changed files with 2 additions and 0 deletions
|
@ -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")) {
|
||||
|
|
Loading…
Reference in a new issue