diff --git a/NewHorizons/Handlers/StreamingHandler.cs b/NewHorizons/Handlers/StreamingHandler.cs index ccff5215..4ea8dbb0 100644 --- a/NewHorizons/Handlers/StreamingHandler.cs +++ b/NewHorizons/Handlers/StreamingHandler.cs @@ -75,8 +75,8 @@ namespace NewHorizons.Handlers if (!sector) { - Logger.LogWarning($"StreamingHandler for {obj} has null sector." + - $"This can lead to the thing being unloaded permanently."); + Logger.LogWarning($"StreamingHandler for {obj} has null sector. " + + "This can lead to the thing being unloaded permanently."); return; }