Log to console when seasonal event is active
This commit is contained in:
parent
14e94dbb8e
commit
786b9013fd
@ -300,6 +300,8 @@ export class SeasonalEventService
|
||||
*/
|
||||
protected updateGlobalEvents(sessionId: string, globalConfig: IConfig, eventType: SeasonalEventType): void
|
||||
{
|
||||
this.logger.success(`${eventType} event is active`);
|
||||
|
||||
switch (eventType.toLowerCase())
|
||||
{
|
||||
case SeasonalEventType.HALLOWEEN.toLowerCase():
|
||||
|
Loading…
x
Reference in New Issue
Block a user