Skip to content

Commit

Permalink
Disable update checks in preview mode
Browse files Browse the repository at this point in the history
  • Loading branch information
GoaLitiuM committed Sep 20, 2017
1 parent 968512a commit 64d3389
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Pulsus/Shared/SettingsParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public bool ParseArg(string key, string value)
case "-a":
case "--preview":
case "-p":
settings.checkUpdates = false;
settings.gameplay.assistMode = AssistMode.Autoplay;
break;
default:
Expand Down

0 comments on commit 64d3389

Please sign in to comment.