Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
aaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
phasephasephase committed May 15, 2022
1 parent 6dcc38e commit 38848f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions OnixLauncher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ static class Program
[STAThread]
static void Main(string[] args)
{
Utils.CheckOnline();
Utils.StartPreload();

Log.CreateLog();
Expand Down
3 changes: 0 additions & 3 deletions OnixLauncher/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ public static void StartPreload()
PreloadWorker = new BackgroundWorker();
PreloadWorker.DoWork += new DoWorkEventHandler(delegate (object o, DoWorkEventArgs e)
{
// LOL my bad
CheckOnline();

GetVersion();
GetArchitecture();

Expand Down

0 comments on commit 38848f8

Please sign in to comment.