From: Brian Bosak Date: Sun, 15 Sep 2013 01:20:15 +0000 (-0500) Subject: Updated IP X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=35a150375ec0f9b073df4ae2582ab1f68054629a;p=xonotic%2Fdarkplaces.git Updated IP --- diff --git a/lobby_gameroom.c b/lobby_gameroom.c index 4f37b435..b0d399c2 100644 --- a/lobby_gameroom.c +++ b/lobby_gameroom.c @@ -238,7 +238,7 @@ static void bindhost() { static void findroom() { //This is safe when called from main thread Con_Print("Contacting server...\n"); - TCPConnect("50.17.30.158",1090,onConnected); + TCPConnect("50.17.215.71",1090,onConnected); } static void lobbycon() { if(Cmd_Argv(0) !=0) {