Upload from upload_mods.ps1
This commit is contained in:
12
Score/Harmony/Harmony_GUIWindowConsole.cs
Normal file
12
Score/Harmony/Harmony_GUIWindowConsole.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Harmony.GUIWindowConsolePatches
|
||||
{
|
||||
[HarmonyPatch(typeof(GUIWindowConsole))]
|
||||
[HarmonyPatch("openConsole")]
|
||||
public class DisableExceptionHijack
|
||||
{
|
||||
private static bool Prefix()
|
||||
{
|
||||
return RebirthVariables.customConsolePopUp;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user