summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui/login.cpp2
-rw-r--r--src/main.cpp2
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);