Skip to content

Commit

Permalink
should be off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkroeg committed May 18, 2021
1 parent daaa34d commit 1007584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IRTweaks/IRTweaks/ModConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
Expand Down

0 comments on commit 1007584

Please sign in to comment.