1
0
Fork 0

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.
This commit is contained in:
ivan tkachenko 2025-07-21 12:46:39 +03:00
parent 49ac86e6f9
commit 581d9701bd
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -1860,7 +1860,6 @@ namespace MuzikaGromche
case FlickerLightsEvent:
RoundManager.Instance.FlickerLights(true);
RoundManager.Instance.FlickerPoweredLights(true);
break;
case LyricsEvent e: