소스 검색

Log BepInEx version

Bepis 7 년 전
부모
커밋
7af6b54e3a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      BepInEx/Chainloader.cs

+ 1 - 0
BepInEx/Chainloader.cs

@@ -44,6 +44,7 @@ namespace BepInEx
 
             try
             {
+                BepInLogger.Log($"BepInEx {Assembly.GetEntryAssembly().GetName().Version}");
                 BepInLogger.Log($"Chainloader started");
 
                 UnityEngine.Object.DontDestroyOnLoad(ManagerObject);