This commit is contained in:
AzaezelX 2025-01-21 11:02:16 -06:00
parent b105fce2f2
commit a5583a1d0e

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)