mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 13:45:42 +12:00
Update HISP Noobs
This commit is contained in:
parent
181e77af4d
commit
6ba1fd181f
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ namespace HISP.Noobs
|
||||||
private void SystemTrayIcon_Load(object sender, EventArgs e)
|
private void SystemTrayIcon_Load(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
clientProcess.StartInfo.FileName = "flash.dll";
|
clientProcess.StartInfo.FileName = "flash.dll";
|
||||||
clientProcess.StartInfo.Arguments = "http://"+ Program.IP +"/horseisle.swf?SERVER="+ Program.IP +"&PORT=12321";
|
clientProcess.StartInfo.Arguments = "http://127.0.0.1/horseisle.swf?SERVER=127.0.0.1&PORT=12321";
|
||||||
|
|
||||||
clientProcess.StartInfo.RedirectStandardOutput = true;
|
clientProcess.StartInfo.RedirectStandardOutput = true;
|
||||||
clientProcess.StartInfo.RedirectStandardError = true;
|
clientProcess.StartInfo.RedirectStandardError = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue