diff --git a/src/GUI/MPServersModel.cpp b/src/GUI/MPServersModel.cpp index cabef72..120d966 100644 --- a/src/GUI/MPServersModel.cpp +++ b/src/GUI/MPServersModel.cpp @@ -88,7 +88,7 @@ void MPServersModel::refresh() } string url(fgGetString("/sim/multiplay/serverlist-url", - "http://liveries.jingweiht.com/mpstatus/mpservers.xml")); + "https://www.jingweiht.com/fgfs/mpstatus/mpservers.xml")); if (url.empty()) { return;