mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Update DetailBuilder.cs
This commit is contained in:
parent
15961bed4b
commit
00729ef4ae
@ -136,7 +136,7 @@ namespace NewHorizons.Builder.Props
|
||||
{
|
||||
if (t.GetComponents<Component>().Any(c => c == null))
|
||||
{
|
||||
Logger.LogError($"Failed to instantiate component at {t.GetPath()}");
|
||||
Logger.LogError($"Failed to instantiate component at {t.GetPath()}. This usually means there's a missing script.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user