diff options
Diffstat (limited to 'src/account-server/accounthandler.cpp')
-rw-r--r-- | src/account-server/accounthandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/account-server/accounthandler.cpp b/src/account-server/accounthandler.cpp index 5f13af20..507b4f90 100644 --- a/src/account-server/accounthandler.cpp +++ b/src/account-server/accounthandler.cpp @@ -255,6 +255,7 @@ void AccountHandler::handleLoginMessage(AccountClient &client, MessageIn &msg) client.status = CLIENT_CONNECTED; reply.writeByte(ERRMSG_OK); + reply.writeString(Configuration::getValue("defaultUpdateHost","http://update.manasource.org")); client.send(reply); // Acknowledge login // Return information about available characters |