mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-12 15:50:42 -05:00
Made SeasonalEventService.cacheActiveEvents()
public
This commit is contained in:
parent
531dca5f92
commit
bb6c4cae6a
@ -236,7 +236,7 @@ export class SeasonalEventService {
|
||||
/**
|
||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||
*/
|
||||
protected cacheActiveEvents(): void {
|
||||
public cacheActiveEvents(): void {
|
||||
const currentDate = new Date();
|
||||
const seasonalEvents = this.getEventDetails();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user