Skip to content

Commit

Permalink
Serverlist update
Browse files Browse the repository at this point in the history
  • Loading branch information
MeTonaTOR committed Mar 10, 2018
1 parent ea89ea1 commit 5290770
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions InstantGameLauncher/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion InstantGameLauncher/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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) { }

Expand Down

0 comments on commit 5290770

Please sign in to comment.