Skip to content

Commit

Permalink
I got slapped by a friend
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxtorCoder committed Sep 29, 2019
1 parent 431bc29 commit 5b49320
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions EvoS.Sandbox/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ static void Main(string[] args)
Banner.PrintBanner();

// Directory Server
var thread = new Thread(() => StartDirServer());
thread.Priority = ThreadPriority.Highest;
thread.Start();
new Thread(() => StartDirServer()).Start();

// Lobby Server
new Thread(() => StartLobbyServer()).Start();
Expand Down

0 comments on commit 5b49320

Please sign in to comment.