diff --git a/Assets/Scripts/Minigames.cs b/Assets/Scripts/Minigames.cs
index 935b6517..3fe5c910 100644
--- a/Assets/Scripts/Minigames.cs
+++ b/Assets/Scripts/Minigames.cs
@@ -423,7 +423,7 @@ namespace HeavenStudio
new Minigame("fireworks", "Fireworks \n[WIP don't use]", "000000", false, false, new List()
{
}),
- new Minigame("fanClub", "Fan Club \n[WIP]", "FDFD00", false, false, new List()
+ new Minigame("fanClub", "Fan Club", "FDFD00", false, false, new List()
{
new GameAction("bop", delegate { var e = eventCaller.currentEntity; FanClub.instance.Bop(e.beat, e.length, e.type); }, 0.5f, true, parameters: new List()
{