diff --git a/project/assets/configs/seasonalevents.json b/project/assets/configs/seasonalevents.json index 57c907c3..07b684f6 100644 --- a/project/assets/configs/seasonalevents.json +++ b/project/assets/configs/seasonalevents.json @@ -714,15 +714,6 @@ "startMonth": "1", "endDay": "7", "endMonth": "1" - }, - { - "enabled": true, - "name": "snow", - "type": "SNOW", - "startDay": "8", - "startMonth": "1", - "endDay": "12", - "endMonth": "2" } ] } diff --git a/project/src/models/enums/SeasonalEventType.ts b/project/src/models/enums/SeasonalEventType.ts index 51abcfb1..66552dc4 100644 --- a/project/src/models/enums/SeasonalEventType.ts +++ b/project/src/models/enums/SeasonalEventType.ts @@ -4,5 +4,4 @@ export enum SeasonalEventType { HALLOWEEN = "Halloween", NEW_YEARS = "NewYears", PROMO = "Promo", - SNOW = "Snow", } diff --git a/project/src/services/SeasonalEventService.ts b/project/src/services/SeasonalEventService.ts index 405e36af..7911fd5e 100644 --- a/project/src/services/SeasonalEventService.ts +++ b/project/src/services/SeasonalEventService.ts @@ -360,13 +360,8 @@ export class SeasonalEventService { this.addGifterBotToMaps(); this.addLootItemsToGifterDropItemsList(); this.enableDancingTree(); - this.enableSnow(); break; case SeasonalEventType.NEW_YEARS.toLowerCase(): - this.enableSnow(); - break; - case SeasonalEventType.SNOW.toLowerCase(): - this.enableSnow(); break; default: // Likely a mod event