diff --git a/src/Add-ons/AddonManager.cxx b/src/Add-ons/AddonManager.cxx index 520a6ae05..b5aea6c02 100644 --- a/src/Add-ons/AddonManager.cxx +++ b/src/Add-ons/AddonManager.cxx @@ -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,