diff --git a/MonkeyLoader/MonkeyLoader.cs b/MonkeyLoader/MonkeyLoader.cs index 1c6d588..905511a 100644 --- a/MonkeyLoader/MonkeyLoader.cs +++ b/MonkeyLoader/MonkeyLoader.cs @@ -636,7 +636,7 @@ string GetLogLine(string harmonyOwner) if (this.TryGet().ByFullId(harmonyOwner, out var monkey)) name = monkey.ToString(); - return $"[{name}] ({PatchTypesForOwner(patches, harmonyOwner)})"; + return $" [{name}] ({PatchTypesForOwner(patches, harmonyOwner)})"; } // Not sure if this can happen, but just to be sure @@ -1252,4 +1252,4 @@ public enum ExecutionPhase Shutdown } } -} \ No newline at end of file +}