From 21de2871dd7b8031af1ece73e754d3e4086e6572 Mon Sep 17 00:00:00 2001
From: Jellirby <80490342+Jellirby@users.noreply.github.com>
Date: Tue, 15 Nov 2022 15:53:28 -0500
Subject: [PATCH] Launch Party is no longer [INITIALIZATION ONLY]
---
Assets/Scripts/Games/LaunchParty/LaunchParty.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Assets/Scripts/Games/LaunchParty/LaunchParty.cs b/Assets/Scripts/Games/LaunchParty/LaunchParty.cs
index 900ff3d13..ef73236bd 100644
--- a/Assets/Scripts/Games/LaunchParty/LaunchParty.cs
+++ b/Assets/Scripts/Games/LaunchParty/LaunchParty.cs
@@ -9,7 +9,7 @@ namespace HeavenStudio.Games.Loaders
public static class RvlRocketLoader
{
public static Minigame AddGame(EventCaller eventCaller) {
- return new Minigame("launch party", "Launch Party \n[INITIALIZATION ONLY]", "184CAA", false, false, new List()
+ return new Minigame("launch party", "Launch Party \n[WIP]", "184CAA", false, false, new List()
{
});
}