mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
return
This commit is contained in:
parent
9dfbdfddfe
commit
95ea7d9cc5
@ -110,7 +110,6 @@ namespace NewHorizons.Builder.Props
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
||||||
GameObject detailGO = MakeDetail(planetGO, sector, prefab, info);
|
GameObject detailGO = MakeDetail(planetGO, sector, prefab, info);
|
||||||
|
|
||||||
if (info.removeChildren != null)
|
if (info.removeChildren != null)
|
||||||
@ -170,6 +169,8 @@ namespace NewHorizons.Builder.Props
|
|||||||
Logger.LogWarning($"Cannot find parent object at path: {planetGO.name}/{info.parentPath}");
|
Logger.LogWarning($"Cannot find parent object at path: {planetGO.name}/{info.parentPath}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return detailGO;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user