Browse Source

Log BepInEx version

Bepis 7 năm trước cách đây
mục cha
commit
7af6b54e3a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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);