Explorar o código

Write unhollower xref DB to unhollowed folder

ghorsington %!s(int64=3) %!d(string=hai) anos
pai
achega
30293c963b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      BepInEx.IL2CPP/IL2CPPChainloader.cs

+ 1 - 1
BepInEx.IL2CPP/IL2CPPChainloader.cs

@@ -33,9 +33,9 @@ namespace BepInEx.IL2CPP
 
 		private static IL2CPPChainloader Instance { get; set; }
 
-
 		public override unsafe void Initialize(string gameExePath = null)
 		{
+			UnhollowerBaseLib.GeneratedDatabasesUtil.DatabasesLocationOverride = Preloader.IL2CPPUnhollowedPath;
 			PatchManager.ResolvePatcher += IL2CPPDetourMethodPatcher.TryResolve;
 
 			base.Initialize(gameExePath);