From a9595f435664df56948ae70e954cf72143ddcfa1 Mon Sep 17 00:00:00 2001 From: Lloyd Bryant Date: Fri, 12 Sep 2008 15:49:30 +0000 Subject: Changed default port for Aethyra server to 21001 --- src/gui/login.cpp | 2 +- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/login.cpp b/src/gui/login.cpp index 1420575d..6a4cfeb7 100644 --- a/src/gui/login.cpp +++ b/src/gui/login.cpp @@ -52,7 +52,7 @@ LoginDialog::LoginDialog(LoginData *loginData): gcn::Label *portLabel = new gcn::Label("Port:"); mServerList = new DropDownList("MostRecent00", "209.168.213.109", - "6901", + "21001", MAX_SERVER_LIST_SIZE); mServerListBox = new gcn::ListBox(mServerList); mServerScrollArea = new ScrollArea(); diff --git a/src/main.cpp b/src/main.cpp index f1bd89f4..8df54635 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -280,7 +280,7 @@ void init_engine(const Options &options) // Fill configuration with defaults logger->log("Initializing configuration..."); config.setValue("host", "209.168.213.109"); - config.setValue("port", 6901); + config.setValue("port", 21001); config.setValue("hwaccel", 0); #if (defined __APPLE__ || defined WIN32) && defined USE_OPENGL config.setValue("opengl", 1); -- cgit v1.2.3-70-g09d2