We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd398f commit ef5a503Copy full SHA for ef5a503
1 file changed
PolyTechMain.cs
@@ -364,7 +364,6 @@ private class patchGameStart
364
[HarmonyPrefix]
365
private static bool PatchCheats(ref bool __result)
366
{
367
- ptfInstance.Logger.LogInfo("checking cheats");
368
__result = true;
369
ptfInstance.modCheated = ptfInstance.modCheated || (modEnabled.Value && numEnabledCheatMods() > 0) || (PolyTechMain.modEnabled.Value && enabledCheatTweaks > 0);
370
return !ptfInstance.modCheated;
0 commit comments