Skip to content

Commit

Permalink
Making sure that no config doesn't block the help screen
Browse files Browse the repository at this point in the history
  • Loading branch information
rmaclean committed May 20, 2020
1 parent f930862 commit 58e8885
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ static int Main(string[] args)
{
EnableUTFConsole();
var configResult = Config.Load();
if (!configResult.Success)
{
return -1;
}

var config = configResult.Config;
RateLimit.RateLimitTrackerMode = RateLimitTrackerMode.TrackAndAwait;

Expand Down

0 comments on commit 58e8885

Please sign in to comment.