made default server 'devsrv.wesnoth.org'
This commit is contained in:
parent
adce250af7
commit
dcafbbdb1c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue