RLVa 1.1.2 to 1.1.3 upgrade. InvLinks + COF
This commit is contained in:
@@ -1159,15 +1159,6 @@ U32 LLControlGroup::loadFromFile(const std::string& filename, bool set_default_v
|
||||
hidefromsettingseditor = false;
|
||||
}
|
||||
|
||||
// [RLVa:KB] - Checked: 2010-06-20 (RLVa-1.1.2a) | Added: RLVa-1.1.2a
|
||||
// HACK-RLVa: bad code but it's just a temporary measure to provide a smooth changeover from the old to the new rebranded settings
|
||||
if ( (name.length() >= 14) && (0 == name.find("RestrainedLife")) )
|
||||
{
|
||||
// Transparently convert the old settings name to the new one while preserving the user override
|
||||
name = "RestrainedLove" + name.substr(14);
|
||||
}
|
||||
// [/RLVa:KB]
|
||||
|
||||
// If the control exists just set the value from the input file.
|
||||
LLControlVariable* existing_control = getControl(name);
|
||||
if(existing_control)
|
||||
|
||||
Reference in New Issue
Block a user