mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 17:17:02 +00:00
Set the proper port for the addon server, so it can connect to the trunk server.
This commit is contained in:
parent
8c338ad056
commit
0ed2be1e5d
@ -1242,7 +1242,7 @@ void game_controller::download_campaigns(std::string host)
|
||||
try {
|
||||
const network::manager net_manager;
|
||||
const network::connection sock = dialogs::network_connect_dialog(disp(), _("Connecting to Server..."),
|
||||
items.front(), lexical_cast_default<int>(items.back(),15005) );
|
||||
items.front(), lexical_cast_default<int>(items.back(),15003) );
|
||||
if(!sock) {
|
||||
gui::show_error_message(disp(), _("Could not connect to host."));
|
||||
preferences::set_campaign_server("");
|
||||
|
Loading…
x
Reference in New Issue
Block a user