From 6ba1fd181ff1edc30b1f79044545afe7a522f987 Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Fri, 15 Apr 2022 22:45:48 +1200 Subject: [PATCH] Update HISP Noobs --- HorseIsleServer/N00BS/SystemTrayIcon.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HorseIsleServer/N00BS/SystemTrayIcon.cs b/HorseIsleServer/N00BS/SystemTrayIcon.cs index 3447e3c..6a6a9c8 100644 --- a/HorseIsleServer/N00BS/SystemTrayIcon.cs +++ b/HorseIsleServer/N00BS/SystemTrayIcon.cs @@ -36,7 +36,7 @@ namespace HISP.Noobs private void SystemTrayIcon_Load(object sender, EventArgs e) { 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.RedirectStandardError = true;