diff --git a/NewHorizons/Builder/Props/DetailBuilder.cs b/NewHorizons/Builder/Props/DetailBuilder.cs index c00bc217..b38c3f7a 100644 --- a/NewHorizons/Builder/Props/DetailBuilder.cs +++ b/NewHorizons/Builder/Props/DetailBuilder.cs @@ -136,7 +136,7 @@ namespace NewHorizons.Builder.Props { if (t.GetComponents().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."); } } } @@ -437,4 +437,4 @@ namespace NewHorizons.Builder.Props } } } -} \ No newline at end of file +}