Explorar el Código

Fix unix xterm implementation check code
Because I am a big dummy

Bepis hace 4 años
padre
commit
6d8ea93b79
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      BepInEx/Console/Unix/LinuxConsoleDriver.cs

+ 1 - 1
BepInEx/Console/Unix/LinuxConsoleDriver.cs

@@ -18,7 +18,7 @@ namespace BepInEx.Unix
 
 			if (consoleDriverType != null)
 			{
-				UseMonoTtyDriver = AccessTools.Method(consoleDriverType, "MangleParameters") == null;
+				UseMonoTtyDriver = AccessTools.Method("System.TermInfoDriver:MangleParameters") == null;
 			}
 		}