summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 2a996c26..ad9a560b 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -394,6 +394,8 @@ Client::Client(const Options &options):
{
mCurrentServer.port = (short) branding.getValue("defaultPort",
DEFAULT_PORT);
+ mCurrentServer.type = ServerInfo::parseType(
+ branding.getValue("defaultServerType", "eathena"));
}
if (loginData.username.empty() && loginData.remember)
loginData.username = config.getValue("username", "");