Format Style Fixes

This commit is contained in:
sp-tarkov-bot
2025-12-12 13:52:45 +00:00
parent 63c15f233e
commit b0ea8200ad
2 changed files with 2 additions and 2 deletions
@@ -9930,7 +9930,7 @@
"adjustBotAppearances": true, "adjustBotAppearances": true,
"enableChristmasHideout": true, "enableChristmasHideout": true,
"enableSanta": true, "enableSanta": true,
"enableRundansEvent": true "enableRundansEvent": true
}, },
"startDay": "13", "startDay": "13",
"startMonth": "12", "startMonth": "12",
@@ -518,7 +518,7 @@ public class SeasonalEventService(
{ {
EnableRunnansEvent(databaseService.GetGlobals()); EnableRunnansEvent(databaseService.GetGlobals());
} }
ChangeBtrToTarColaSkin(); ChangeBtrToTarColaSkin();
} }