mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 01:50:44 -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 {
|
public givePlayerSeasonalGifts(sessionId: string): void {
|
||||||
if (this.currentlyActiveEvents) {
|
if (this.currentlyActiveEvents) {
|
||||||
const globalConfig = this.databaseService.getGlobals().config;
|
|
||||||
for (const event of this.currentlyActiveEvents) {
|
for (const event of this.currentlyActiveEvents) {
|
||||||
switch (event.type.toLowerCase()) {
|
switch (event.type.toLowerCase()) {
|
||||||
case SeasonalEventType.CHRISTMAS.toLowerCase():
|
case SeasonalEventType.CHRISTMAS.toLowerCase():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user