Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #480 from jsettlers/update_server_ip
Browse files Browse the repository at this point in the history
Updated multiplayer server ip to new instance.
  • Loading branch information
andreas-eberle committed Jun 6, 2016
2 parents d37a828 + b3b2f05 commit d6dcc99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public abstract class CommonConstants {
/**
* This is the default address the network game connects to.
*/
public static String DEFAULT_SERVER_ADDRESS = "87.106.88.80";
public static String DEFAULT_SERVER_ADDRESS = "217.160.141.89";

/**
* If this is set to <code>true</code> the UI allows you to control all players.
Expand Down

0 comments on commit d6dcc99

Please sign in to comment.