From ea2222a6d25f2eedfd66e98217933050f3e1b38d Mon Sep 17 00:00:00 2001 From: MgAl2O4 <51430403+MgAl2O4@users.noreply.github.com> Date: Sat, 27 Feb 2021 22:28:06 -0500 Subject: [PATCH] disabled auto debug screenshots --- SINoCOLO/GameLogic.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SINoCOLO/GameLogic.cs b/SINoCOLO/GameLogic.cs index e877401..177c9de 100644 --- a/SINoCOLO/GameLogic.cs +++ b/SINoCOLO/GameLogic.cs @@ -387,7 +387,8 @@ private bool OnScan_ColoCombat(ScannerColoCombat.ScreenData screenData) // ignore that debug screenshots when leaving colo combat state after demon summon finishes bool canIgnoreDebugScreenshots = (screenData.demonState == ScannerColoCombat.EDemonState.Active); - useDebugScreenshotOnUnknown = !canIgnoreDebugScreenshots; + // actually, ignore all, didn't help much so far + useDebugScreenshotOnUnknown = false; /*bool canSave = true; if (lastScreenshotTime != null)