diff -r da1b1d19bd4c -r caba5291face QTfrontend/HWApplication.cpp --- a/QTfrontend/HWApplication.cpp Tue Mar 26 01:20:06 2013 +0100 +++ b/QTfrontend/HWApplication.cpp Tue Mar 26 17:34:29 2013 +0100 @@ -83,6 +83,8 @@ return true; } else if (scheme == "hwplay") { int port = openEvent->url().port(NETGAME_DEFAULT_PORT); + if (address == "") + address = "netserver.hedgewars.org"; form->NetConnectQuick(address, (quint16) port); return true; } else {