0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-12 16:10:43 -05:00

Removed unused varaible

This commit is contained in:
Chomp 2024-12-07 11:42:09 +00:00
parent fe482127ab
commit 07699e4144

View File

@ -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():