Changed zunes.tk to zunes.me

This commit is contained in:
Yoshi Askharoun
2021-10-23 22:11:51 -05:00
parent 60b4660245
commit 6c8de878cf
+2 -2
View File
@@ -17,7 +17,7 @@ namespace ZuneModCore.Mods
public override string Title => "Community Webservices";
public override string Description => "Partially restores online features such as the Marketplace by patching the Zune desktop software " +
"to use the community's recreation of Microsoft's Zune servers at zunes.tk (instead of zune.net).";
"to use the community's recreation of Microsoft's Zune servers at zunes.me (instead of zune.net).";
public override string Author => "Joshua \"Yoshi\" Askharoun";
@@ -28,7 +28,7 @@ namespace ZuneModCore.Mods
Title = string.Empty,
Items =
{
new AbstractTextBox("hostBox", "zunes.tk", "zune.net")
new AbstractTextBox("hostBox", "zunes.me", "zune.net")
{
Title = "Host",
TooltipText = "The host where the replacement servers are located. Must be the same length as \"zune.net\"."