From 581d9701bdbd72ff1ba9320586fb8635c1ee5d09 Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Mon, 21 Jul 2025 12:46:39 +0300 Subject: [PATCH] Remove redundant call to private method FlickerPoweredLights FlickerPoweredLights is a private coroutine. FlickerLights is the public method that internally starts and stores the FlickerPoweredLights coroutine. --- CHANGELOG.md | 1 + MuzikaGromche/Plugin.cs | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e5f5cb..4693c7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## MuzikaGromche 13.37.911 +- Fixed certain event sometimes not working due to wrong method call. ## MuzikaGromche 13.37.420 - Sri Lanka Bus Edition diff --git a/MuzikaGromche/Plugin.cs b/MuzikaGromche/Plugin.cs index 10a3d64..fcf3178 100644 --- a/MuzikaGromche/Plugin.cs +++ b/MuzikaGromche/Plugin.cs @@ -1860,7 +1860,6 @@ namespace MuzikaGromche case FlickerLightsEvent: RoundManager.Instance.FlickerLights(true); - RoundManager.Instance.FlickerPoweredLights(true); break; case LyricsEvent e: