Skip to content

Commit

Permalink
Ok no maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilisThePikachu committed Apr 10, 2024
1 parent f9d3f4f commit d380786
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions SS14.Launcher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ internal static class Program
[STAThread]
public static void Main(string[] args)
{
UrlOpenedEventArgs? urlArgs = null;
#if DEBUG
Console.OutputEncoding = Encoding.UTF8;
#endif
Expand All @@ -52,11 +51,6 @@ public static void Main(string[] args)
var msgr = new LauncherMessaging();
Locator.CurrentMutable.RegisterConstant(msgr);

if (urlArgs != null)
{
args = urlArgs.Urls.ToArray();
}

// Parse arguments as early as possible for launcher messaging reasons.
string[] commands = { LauncherCommands.PingCommand };
var commandSendAnyway = false;
Expand Down

0 comments on commit d380786

Please sign in to comment.