Explorar o código

Remove file writing debugging in preloader

Bepis %!s(int64=4) %!d(string=hai) anos
pai
achega
5bababd7a3
Modificáronse 1 ficheiros con 0 adicións e 7 borrados
  1. 0 7
      BepInEx.IL2CPP/DoorstopEntrypoint.cs

+ 0 - 7
BepInEx.IL2CPP/DoorstopEntrypoint.cs

@@ -17,13 +17,6 @@ namespace BepInEx.IL2CPP
 			AppDomain.CurrentDomain.AssemblyResolve += LocalResolve;
 			AppDomain.CurrentDomain.AssemblyResolve -= DoorstopEntrypoint.ResolveCurrentDirectory;
 
-			File.WriteAllText("B:\\a.txt", "a");
-
-			//AppDomain.CurrentDomain.TypeResolve += (sender, eventArgs) =>
-			//{
-			//	eventArgs.
-			//}
-
 			Preloader.Run();
 		}