diff --git a/src/preferences.cpp b/src/preferences.cpp index 6b37de10789..ee9a526f988 100644 --- a/src/preferences.cpp +++ b/src/preferences.cpp @@ -250,7 +250,7 @@ const std::string& network_host() { std::string& res = prefs["host"]; if(res.empty()) - res = "server.wesnoth.org"; + res = "devsrv.wesnoth.org"; return res; }