From 100758458c2c06145bf7b9359793cf877d93363b Mon Sep 17 00:00:00 2001 From: ajkroeg <50463892+ajkroeg@users.noreply.github.com> Date: Tue, 18 May 2021 08:36:20 -0400 Subject: [PATCH] should be off by default --- IRTweaks/IRTweaks/ModConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRTweaks/IRTweaks/ModConfig.cs b/IRTweaks/IRTweaks/ModConfig.cs index 2a37a13..dc93bc7 100644 --- a/IRTweaks/IRTweaks/ModConfig.cs +++ b/IRTweaks/IRTweaks/ModConfig.cs @@ -21,7 +21,7 @@ public class StoreOpts public class CheatOpts { - public bool CheatDetection = true; + public bool CheatDetection = false; public bool CheatDetectionNotify = false; public string CheatDetectionStat = "CheatFound1"; }