summaryrefslogtreecommitdiff
path: root/src/account-server/accounthandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/account-server/accounthandler.cpp')
-rw-r--r--src/account-server/accounthandler.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/account-server/accounthandler.cpp b/src/account-server/accounthandler.cpp
index ab049dd5..7c17102a 100644
--- a/src/account-server/accounthandler.cpp
+++ b/src/account-server/accounthandler.cpp
@@ -49,6 +49,13 @@ static void addUpdateHost(MessageOut *msg)
std::string updateHost = Configuration::getValue("net_defaultUpdateHost",
"");
msg->writeString(updateHost);
+
+ /*
+ * This is for developing/testing an experimental new resource manager that
+ * downloads only the files it needs on demand.
+ */
+ std::string dataUrl = Configuration::getValue("net_clientDataUrl", "");
+ msg->writeString(dataUrl);
}
// List of attributes that the client can send at account creation.