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 | ||||
| 
 | ||||
| - Fixed certain event sometimes not working due to wrong method call. | ||||
| 
 | ||||
| ## MuzikaGromche 13.37.420 - Sri Lanka Bus Edition | ||||
| 
 | ||||
|  |  | |||
|  | @ -1860,7 +1860,6 @@ namespace MuzikaGromche | |||
| 
 | ||||
|                         case FlickerLightsEvent: | ||||
|                             RoundManager.Instance.FlickerLights(true); | ||||
|                             RoundManager.Instance.FlickerPoweredLights(true); | ||||
|                             break; | ||||
| 
 | ||||
|                         case LyricsEvent e: | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue