Merge pull request #1360 from Azaezel/alpha41/typofixtoo

typofix
This commit is contained in:
Brian Roberts 2025-01-21 11:02:36 -06:00 committed by GitHub
commit ccdfbf1ac1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1498,7 +1498,7 @@ void PersistenceManager::updateObject(SimObject* object, ParsedObject* parentObj
// value then add it to the ParsedObject's newLines
if (mustUpdate)
{
newLines.push_back(String::String(value).c_str());
newLines.push_back(String(value).c_str());
}
if (defaultValue)