From fcf54cb8827e84b608ef49dd98697ccfbf25319f Mon Sep 17 00:00:00 2001 From: Kraant Date: Sun, 3 Aug 2008 14:25:20 +0000 Subject: Changed the default server in the dropdown menu in the login screen to the new server --- src/gui/login.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/login.cpp b/src/gui/login.cpp index 526a8e8f..1420575d 100644 --- a/src/gui/login.cpp +++ b/src/gui/login.cpp @@ -51,7 +51,7 @@ LoginDialog::LoginDialog(LoginData *loginData): gcn::Label *serverLabel = new gcn::Label("Server:"); gcn::Label *portLabel = new gcn::Label("Port:"); mServerList = new DropDownList("MostRecent00", - "216.139.126.36", + "209.168.213.109", "6901", MAX_SERVER_LIST_SIZE); mServerListBox = new gcn::ListBox(mServerList); -- cgit v1.2.3-70-g09d2