We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed1259 commit 1227034Copy full SHA for 1227034
1 file changed
Patches/MainEffectsPatch.cs
@@ -36,7 +36,8 @@ out var objectAction
36
[HarmonyPostfix]
37
internal static void InitPostfix(Effect __instance)
38
{
39
- if (Main.IsGameScene)
+ // We do not care about effects outside the chart
40
+ if (!Main.IsGameScene)
41
return;
42
43
if (SettingsManager.Get<Managers.MainCategory>().DisableAllEffects)
0 commit comments