diff options
-rw-r--r-- | src/gui/login.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |