From 4f31d4b7224a52f644b34bed8561e3cff5de40e0 Mon Sep 17 00:00:00 2001 From: Joshua Askharoun Date: Mon, 26 Apr 2021 18:13:55 -0500 Subject: [PATCH] Updated FeaturesOverrideMod author --- ZuneModCore/Mods/FeaturesOverrideMod.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZuneModCore/Mods/FeaturesOverrideMod.cs b/ZuneModCore/Mods/FeaturesOverrideMod.cs index 6c53181..4e60fe1 100644 --- a/ZuneModCore/Mods/FeaturesOverrideMod.cs +++ b/ZuneModCore/Mods/FeaturesOverrideMod.cs @@ -16,7 +16,7 @@ namespace ZuneModCore.Mods public override string Description => "Re-enables access to some features disabled by Microsoft, such as the Social and Marketplace tabs.\r\n" + "Does not restore functionality of those features, but shows them in the software."; - public override string Author => "Unknown"; + public override string Author => "Rafael Rivera"; public override AbstractUIElementGroup OptionsUI => new(nameof(FeaturesOverrideMod)) {