update n00bs

This commit is contained in:
Li 2022-07-25 14:29:23 +12:00
parent 9d50f23067
commit dd7efc17e5
7 changed files with 40 additions and 6 deletions

View file

@ -56,7 +56,7 @@ namespace MPN00BS
HorseIsleClientExitCallback = callback;
clientProcess = new Process();
clientProcess.StartInfo.FileName = "flash.dll";
clientProcess.StartInfo.FileName = Path.Combine("flashplayer", "WINDOWS", "flash.exe");
clientProcess.StartInfo.Arguments = "http://127.0.0.1/horseisle.swf?SERVER=" + serverIp + "&PORT=" + serverPort.ToString();
clientProcess.StartInfo.RedirectStandardOutput = true;