diff --git a/project/src/services/SeasonalEventService.ts b/project/src/services/SeasonalEventService.ts index e676d615..c249694e 100644 --- a/project/src/services/SeasonalEventService.ts +++ b/project/src/services/SeasonalEventService.ts @@ -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():