Updated the URL to work with new server configuration.

This commit is contained in:
hiker
2014-12-10 11:35:43 +11:00
parent 83f49ec319
commit b592e5224b

View File

@@ -757,7 +757,7 @@ namespace UserConfigParams
"Everything related to online play.") );
PARAM_PREFIX StringUserConfigParam m_server_multiplayer
PARAM_DEFAULT( StringUserConfigParam( "https://104.131.193.44/stkaddons/api/",
PARAM_DEFAULT( StringUserConfigParam( "https://104.131.193.44/api/",
"server_multiplayer",
&m_online_group,
"The server used for online multiplayer."));
@@ -780,7 +780,7 @@ namespace UserConfigParams
"Addon and news related settings") );
PARAM_PREFIX StringUserConfigParam m_server_addons
PARAM_DEFAULT( StringUserConfigParam("http://104.131.193.44/stkaddons/dl/xml",
PARAM_DEFAULT( StringUserConfigParam("http://104.131.193.44/dl/xml",
"server_addons",
&m_addon_group,
"The server used for addon."));