]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
Changed server IP to master
authorBrian Bosak <webadm@elcnet.servehttp.com>
Mon, 2 Sep 2013 17:54:32 +0000 (12:54 -0500)
committerBrian Bosak <webadm@elcnet.servehttp.com>
Mon, 2 Sep 2013 17:54:32 +0000 (12:54 -0500)
lobby_gameroom.c

index 23fd6fc2dd37688870ca7403c251917154e929b0..6b91737a7e5afbc7901e5955740f08151cedca95 100644 (file)
@@ -235,7 +235,7 @@ static void bindhost() {
 static void findroom() {
        //This is safe when called from main thread
        Con_Print("Contacting server...\n");
-       TCPConnect("127.0.0.1",1090,onConnected);
+       TCPConnect("50.17.30.158",1090,onConnected);
 }
 static void makeroom() {
        const char* name = Cmd_Args();