Changed default hostnames

This commit is contained in:
Amazed 2019-02-12 17:19:06 +01:00
parent 4f37f0a3b9
commit 8212fcf3f8
1 changed files with 3 additions and 3 deletions

View File

@ -112,15 +112,15 @@ namespace GiantsLauncher
rootNode.AppendChild(msNode);
msNode = xmlDoc.CreateElement("masterserver");
msNode.InnerText = "gckms.hipstercat.fr";
msNode.InnerText = "g.hipstercat.fr";
rootNode.AppendChild(msNode);
msNode = xmlDoc.CreateElement("masterserver");
msNode.InnerText = "gckms.vankerkom.be";
msNode.InnerText = "gm.vankerkom.be";
rootNode.AppendChild(msNode);
msNode = xmlDoc.CreateElement("masterserver");
msNode.InnerText = "gckms2.hipstercat.fr";
msNode.InnerText = "ms.giantswd.org";
rootNode.AppendChild(msNode);
xmlDoc.Save("giantslauncher.xml");