Skip to content

Commit ef5a503

Browse files
committed
removed log line
1 parent 9fd398f commit ef5a503

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

PolyTechMain.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ private class patchGameStart
364364
[HarmonyPrefix]
365365
private static bool PatchCheats(ref bool __result)
366366
{
367-
ptfInstance.Logger.LogInfo("checking cheats");
368367
__result = true;
369368
ptfInstance.modCheated = ptfInstance.modCheated || (modEnabled.Value && numEnabledCheatMods() > 0) || (PolyTechMain.modEnabled.Value && enabledCheatTweaks > 0);
370369
return !ptfInstance.modCheated;

0 commit comments

Comments
 (0)