From 181e77af4dbe7dae6574f5b3a9abd277f3104e6c Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Fri, 15 Apr 2022 22:43:36 +1200 Subject: [PATCH] Update HISP Noobs --- HorseIsleServer/N00BS/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HorseIsleServer/N00BS/Program.cs b/HorseIsleServer/N00BS/Program.cs index d9bfa91..eb558da 100644 --- a/HorseIsleServer/N00BS/Program.cs +++ b/HorseIsleServer/N00BS/Program.cs @@ -70,7 +70,7 @@ namespace HISP.Noobs public static string GenIP() { - return "127" + "." + GetOctlet() + "." + GetOctlet() + "." + GetOctlet(); + return "0.0.0.0"; } public static void Main(string[] args)