Explorar o código

Fix regression introduced by #109

Geoffrey Horsington %!s(int64=4) %!d(string=hai) anos
pai
achega
fab7cc2599
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      BepInEx/ConsoleUtil/Kon.cs

+ 2 - 3
BepInEx/ConsoleUtil/Kon.cs

@@ -77,10 +77,9 @@ namespace BepInEx.ConsoleUtil
 						if (!consoleScreenBufferInfo)
 							if (Marshal.GetLastWin32Error() == 6 && !throwOnNoConsole)
 								return default(CONSOLE_SCREEN_BUFFER_INFO);
-							
-							succeeded = true;
-						return console_SCREEN_BUFFER_INFO;
 					}
+					succeeded = true;
+					return console_SCREEN_BUFFER_INFO;
 				}
 				catch (EntryPointNotFoundException)
 				{