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:
parent
fe482127ab
commit
07699e4144
@ -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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user