Selaa lähdekoodia

Log BepInEx version

Bepis 7 vuotta sitten
vanhempi
commit
7af6b54e3a
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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);