From 07699e41442a586b6e2b71bee07d5dbc24845cf0 Mon Sep 17 00:00:00 2001 From: Chomp Date: Sat, 7 Dec 2024 11:42:09 +0000 Subject: [PATCH] Removed unused varaible --- project/src/services/SeasonalEventService.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/project/src/services/SeasonalEventService.ts b/project/src/services/SeasonalEventService.ts index a6310114..0cbf9bed 100644 --- a/project/src/services/SeasonalEventService.ts +++ b/project/src/services/SeasonalEventService.ts @@ -446,7 +446,6 @@ export class SeasonalEventService { public givePlayerSeasonalGifts(sessionId: string): void { if (this.currentlyActiveEvents) { - const globalConfig = this.databaseService.getGlobals().config; for (const event of this.currentlyActiveEvents) { switch (event.type.toLowerCase()) { case SeasonalEventType.CHRISTMAS.toLowerCase():