Explorar o código

Fix incorrect path method in entrypoint

Bepis %!s(int64=6) %!d(string=hai) anos
pai
achega
9715f8ade1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      BepInEx.Preloader/Entrypoint.cs

+ 1 - 1
BepInEx.Preloader/Entrypoint.cs

@@ -15,7 +15,7 @@ namespace BepInEx.Preloader
 		/// </param>
 		public static void Main(string[] args)
 		{
-			Paths.ExecutablePath(args[0]);
+			Paths.SetExecutablePath(args[0]);
 			AppDomain.CurrentDomain.AssemblyResolve += LocalResolve;
 
 			Preloader.Run();