Skip to content

Commit 4f31d4b

Browse files
committed
Updated FeaturesOverrideMod author
1 parent d972d1f commit 4f31d4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ZuneModCore/Mods/FeaturesOverrideMod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class FeaturesOverrideMod : Mod
1616
public override string Description => "Re-enables access to some features disabled by Microsoft, such as the Social and Marketplace tabs.\r\n" +
1717
"Does not restore functionality of those features, but shows them in the software.";
1818

19-
public override string Author => "Unknown";
19+
public override string Author => "Rafael Rivera";
2020

2121
public override AbstractUIElementGroup OptionsUI => new(nameof(FeaturesOverrideMod))
2222
{

0 commit comments

Comments
 (0)