mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fix adding entries to existing ship log ID
This commit is contained in:
parent
790303afde
commit
518c7e26ae
@ -58,7 +58,6 @@ namespace NewHorizons.Builder.ShipLog
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
astroBodyId.SetValue(systemName + "/" + astroBodyId.Value);
|
|
||||||
foreach (XElement entryElement in astroBodyFile.DescendantsAndSelf("Entry"))
|
foreach (XElement entryElement in astroBodyFile.DescendantsAndSelf("Entry"))
|
||||||
{
|
{
|
||||||
XElement curiosityName = entryElement.Element("Curiosity");
|
XElement curiosityName = entryElement.Element("Curiosity");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user