Skip to content

Commit d380786

Browse files
Ok no maybe
1 parent f9d3f4f commit d380786

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

SS14.Launcher/Program.cs

-6
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ internal static class Program
4141
[STAThread]
4242
public static void Main(string[] args)
4343
{
44-
UrlOpenedEventArgs? urlArgs = null;
4544
#if DEBUG
4645
Console.OutputEncoding = Encoding.UTF8;
4746
#endif
@@ -52,11 +51,6 @@ public static void Main(string[] args)
5251
var msgr = new LauncherMessaging();
5352
Locator.CurrentMutable.RegisterConstant(msgr);
5453

55-
if (urlArgs != null)
56-
{
57-
args = urlArgs.Urls.ToArray();
58-
}
59-
6054
// Parse arguments as early as possible for launcher messaging reasons.
6155
string[] commands = { LauncherCommands.PingCommand };
6256
var commandSendAnyway = false;

0 commit comments

Comments
 (0)