forked from nikita/muzika-gromche
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:
parent
49ac86e6f9
commit
581d9701bd
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
## MuzikaGromche 13.37.911
|
## MuzikaGromche 13.37.911
|
||||||
|
|
||||||
|
- Fixed certain event sometimes not working due to wrong method call.
|
||||||
|
|
||||||
## MuzikaGromche 13.37.420 - Sri Lanka Bus Edition
|
## MuzikaGromche 13.37.420 - Sri Lanka Bus Edition
|
||||||
|
|
||||||
|
|
|
@ -1860,7 +1860,6 @@ namespace MuzikaGromche
|
||||||
|
|
||||||
case FlickerLightsEvent:
|
case FlickerLightsEvent:
|
||||||
RoundManager.Instance.FlickerLights(true);
|
RoundManager.Instance.FlickerLights(true);
|
||||||
RoundManager.Instance.FlickerPoweredLights(true);
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case LyricsEvent e:
|
case LyricsEvent e:
|
||||||
|
|
Loading…
Reference in New Issue