From 2a86c17110f43da1b7e2cd20fe9d8dab4b5a3088 Mon Sep 17 00:00:00 2001 From: Quacky Date: Sun, 13 Aug 2017 20:05:37 -0500 Subject: [PATCH] more syntax error fixes --- RBXLegacyLauncher/RBXLegacyLauncher/MainForm.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RBXLegacyLauncher/RBXLegacyLauncher/MainForm.cs b/RBXLegacyLauncher/RBXLegacyLauncher/MainForm.cs index e2c5df7..6287cc1 100644 --- a/RBXLegacyLauncher/RBXLegacyLauncher/MainForm.cs +++ b/RBXLegacyLauncher/RBXLegacyLauncher/MainForm.cs @@ -110,7 +110,7 @@ namespace RBXLegacyLauncher { Process pmap = new Process(); pmap.StartInfo.FileName = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) + "\\jreportable\\bin\\java.exe"; - pmap.StartInfo.Arguments = "-jar upnp.jar -externalPort" + GlobalVars.ServerPort + " -internalPort" + GlobalVars.ServerPort + "-ip \"\localhost\" -protocol udp"; + pmap.StartInfo.Arguments = "-jar upnp.jar -externalPort" + GlobalVars.ServerPort + " -internalPort" + GlobalVars.ServerPort + "-ip \"localhost\" -protocol udp"; pmap.StartInfo.UseShellExecute = false; pmap.StartInfo.CreateNoWindow = true; pmap.Start(); @@ -887,7 +887,7 @@ namespace RBXLegacyLauncher { Process pmap = new Process(); pmap.StartInfo.FileName = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) + "\\jreportable\\bin\\java.exe"; - pmap.StartInfo.Arguments = "-jar upnp.jar -externalPort" + GlobalVars.ServerPort + " -internalPort" + GlobalVars.ServerPort + "-ip \"\localhost\" -protocol udp"; + pmap.StartInfo.Arguments = "-jar upnp.jar -externalPort" + GlobalVars.ServerPort + " -internalPort" + GlobalVars.ServerPort + "-ip \"localhost\" -protocol udp"; pmap.StartInfo.UseShellExecute = false; pmap.StartInfo.CreateNoWindow = true; pmap.Start(); @@ -897,7 +897,7 @@ namespace RBXLegacyLauncher { Process pmap = new Process(); pmap.StartInfo.FileName = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) + "\\jreportable\\bin\\java.exe"; - pmap.StartInfo.Arguments = "-jar upnp.jar -externalPort" + GlobalVars.ServerPort + " -internalPort" + GlobalVars.ServerPort + "-ip \"\localhost\" -protocol udp"; + pmap.StartInfo.Arguments = "-jar upnp.jar -externalPort" + GlobalVars.ServerPort + " -internalPort" + GlobalVars.ServerPort + "-ip \"localhost\" -protocol udp"; pmap.StartInfo.UseShellExecute = false; pmap.StartInfo.CreateNoWindow = true; pmap.Start(); @@ -907,7 +907,7 @@ namespace RBXLegacyLauncher { Process pmap = new Process(); pmap.StartInfo.FileName = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) + "\\jreportable\\bin\\java.exe"; - pmap.StartInfo.Arguments = "-jar upnp.jar -externalPort" + GlobalVars.ServerPort + " -internalPort" + GlobalVars.ServerPort + "-ip \"\localhost\" -protocol udp"; + pmap.StartInfo.Arguments = "-jar upnp.jar -externalPort" + GlobalVars.ServerPort + " -internalPort" + GlobalVars.ServerPort + "-ip \"localhost\" -protocol udp"; pmap.StartInfo.UseShellExecute = false; pmap.StartInfo.CreateNoWindow = true; pmap.Start();