mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-25 06:35:45 +00:00
tweak
This commit is contained in:
parent
81ff327509
commit
321ca2a045
@ -64,10 +64,10 @@ namespace QSB.Utility
|
||||
file.Write(siblingIndex);
|
||||
file.Write(',');
|
||||
file.Write('"');
|
||||
file.Write(parent ? parent.name.Replace("\"", "\"\"") : "<no parent>");
|
||||
file.Write(parent ? parent.name.Replace("\"", "\"\"") : default);
|
||||
file.Write('"');
|
||||
file.Write(',');
|
||||
file.Write(parent ? parent.GetInstanceID() : 0);
|
||||
file.Write(parent ? parent.GetInstanceID() : default);
|
||||
file.WriteLine();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user