From 5290770487fdfa1324746133764eea1736a84857 Mon Sep 17 00:00:00 2001 From: metonator Date: Sat, 10 Mar 2018 19:52:14 +0100 Subject: [PATCH] Serverlist update --- InstantGameLauncher/Properties/AssemblyInfo.cs | 4 ++-- InstantGameLauncher/Settings.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/InstantGameLauncher/Properties/AssemblyInfo.cs b/InstantGameLauncher/Properties/AssemblyInfo.cs index 4a94836..952896b 100644 --- a/InstantGameLauncher/Properties/AssemblyInfo.cs +++ b/InstantGameLauncher/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // Możesz określić wszystkie wartości lub użyć domyślnych numerów kompilacji i poprawki // przy użyciu symbolu „*”, tak jak pokazano poniżej: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.0.0")] -[assembly: AssemblyFileVersion("1.3.0.0")] +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")] diff --git a/InstantGameLauncher/Settings.cs b/InstantGameLauncher/Settings.cs index bf1deb3..912eaa5 100644 --- a/InstantGameLauncher/Settings.cs +++ b/InstantGameLauncher/Settings.cs @@ -25,7 +25,7 @@ private void Settings_Load(object sender, EventArgs e) { var response = ""; try { WebClient wc = new WebClientWithTimeout(); - string serverurl = "http://nfsw.metonator.ct8.pl/serverlist.txt"; + string serverurl = "http://launcher.soapboxrace.world/serverlist.txt"; response = wc.DownloadString(serverurl); } catch (Exception) { }