Typo in "Addon-config: don’t overwrite autosaved props" (ticket 2059)
This commit is contained in:
parent
4bf88a0b67
commit
985abe8d43
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ AddonManager::loadConfigFileIfExists(const SGPath& configFile)
|
|||
|
||||
// copy if it's NOT marked archive. In other words, we can replace
|
||||
// values from defaults, but not autosave
|
||||
return dstNode->getAttribute(SGPropertyNode::ARCHIVE) == false;
|
||||
return dstNode->getAttribute(SGPropertyNode::USERARCHIVE) == false;
|
||||
});
|
||||
|
||||
SG_LOG(SG_GENERAL, SG_INFO,
|
||||
|
|
Loading…
Reference in a new issue