Update DetailBuilder.cs

This commit is contained in:
Will Corby 2023-03-16 16:04:52 -07:00 committed by GitHub
parent 15961bed4b
commit 00729ef4ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ namespace NewHorizons.Builder.Props
{ {
if (t.GetComponents<Component>().Any(c => c == null)) 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.");
} }
} }
} }