Skip to content

Commit

Permalink
updating terris url and ip address
Browse files Browse the repository at this point in the history
  • Loading branch information
zajax committed Feb 3, 2017
1 parent f9db473 commit a060da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/terris/kilcli/io/SendReceive.java
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public boolean connect() {
//attempts to establish a connection
try {
if (gameNumber == 0) {
server = "ogcserver02.onlinegamescompany.net";
server = "terris.spiritualkarma.co.uk";
port = 31000;
} else if (gameNumber == 1) {
server = "play.cosrintwo.com";
Expand All @@ -220,7 +220,7 @@ public boolean connect() {
try {
connSock.close();
if (gameNumber == 0) {
server = "217.35.88.197";
server = "139.162.245.156";
} else if (gameNumber == 1) {
server = "81.143.167.18";
}
Expand Down

0 comments on commit a060da4

Please sign in to comment.