Modified particle properties can be saved directly to the config file
This commit is contained in:
@@ -443,8 +443,8 @@ namespace Barotrauma
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
element.Add(new XAttribute(property.Name.ToLowerInvariant(), stringValue));
|
||||
|
||||
element.SetAttributeValue(property.Name.ToLowerInvariant(), stringValue);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user