浏览代码

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);