made default server server.wesnoth.org

This commit is contained in:
Dave White 2004-03-19 19:02:16 +00:00
parent cae49446cb
commit 97161d3101

View file

@ -242,7 +242,7 @@ const std::string& network_host()
{
std::string& res = prefs["host"];
if(res.empty())
res = "devsrv.wesnoth.org"; //"server.wesnoth.org";
res = "server.wesnoth.org";
return res;
}