Release v0.15.12.0
This commit is contained in:
@@ -149,7 +149,7 @@ namespace Barotrauma
|
||||
public XElement Save()
|
||||
{
|
||||
XElement element = new XElement(nameof(Radiation));
|
||||
SerializableProperty.SerializeProperties(this, element);
|
||||
SerializableProperty.SerializeProperties(this, element, saveIfDefault: true);
|
||||
return element;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user