From 6c8de878cf09842976a24183f9546170fe242c53 Mon Sep 17 00:00:00 2001 From: Yoshi Askharoun Date: Sat, 23 Oct 2021 22:11:51 -0500 Subject: [PATCH] Changed zunes.tk to zunes.me --- ZuneModCore/Mods/WebservicesMod.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ZuneModCore/Mods/WebservicesMod.cs b/ZuneModCore/Mods/WebservicesMod.cs index 00ed9db..ff73e73 100644 --- a/ZuneModCore/Mods/WebservicesMod.cs +++ b/ZuneModCore/Mods/WebservicesMod.cs @@ -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\"."