فهرست منبع

Clarify log source of Harmony as HarmonyX
Rebase of 5899ab0

Bepis 3 سال پیش
والد
کامیت
fc8129010d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      BepInEx.Core/Logging/HarmonyLogSource.cs

+ 1 - 1
BepInEx.Core/Logging/HarmonyLogSource.cs

@@ -40,7 +40,7 @@ namespace BepInEx.Logging
 			HarmonyLogger.MessageReceived -= HandleHarmonyMessage;
 		}
 
-		public string SourceName { get; } = "Harmony";
+		public string SourceName { get; } = "HarmonyX";
 		public event EventHandler<LogEventArgs> LogEvent;
 	}
 }