udp --> udpipe

This commit is contained in:
Quacky 2017-08-13 22:34:44 -05:00
parent 2a86c17110
commit 49661db231
1 changed files with 1 additions and 1 deletions

View File

@ -919,7 +919,7 @@ namespace RBXLegacyLauncher
if (GlobalVars.HasRocky == true)
{
Process sudp = new Process();
sudp.StartInfo.FileName = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) + "\\udp.exe";
sudp.StartInfo.FileName = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) + "\\udpipe.exe";
sudp.StartInfo.Arguments = "-p " + GlobalVars.IP + " " + GlobalVars.RobloxPort + " " + GlobalVars.RobloxPort;
sudp.StartInfo.UseShellExecute = false;
sudp.StartInfo.CreateNoWindow = true;