Skip to content

Commit

Permalink
Disable bad antivirus checks.
Browse files Browse the repository at this point in the history
They fixed their shit ages ago I assume.
  • Loading branch information
PJB3005 committed Jan 5, 2024
1 parent 8e0c9e5 commit c037af2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SS14.Launcher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ public static void Main(string[] args)
Locator.CurrentMutable.RegisterConstant(cfg);

CheckWindows7();
CheckBadAntivirus();
// Bad antivirus check disabled: I assume Avast/AVG fixed their shit.
// CheckBadAntivirus();

if (cfg.GetCVar(CVars.LogLauncher))
{
Expand Down

0 comments on commit c037af2

Please sign in to comment.