From 1d2168af727c690f0169a797f73822c6f428dc5b Mon Sep 17 00:00:00 2001 From: sp-tarkov-bot Date: Sat, 20 Dec 2025 15:48:15 +0000 Subject: [PATCH] Format Style Fixes --- .../SPT_Data/configs/seasonalevents.json | 26 ++++++++++++++----- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/seasonalevents.json b/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/seasonalevents.json index 90d1b0e3..f495ce91 100644 --- a/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/seasonalevents.json +++ b/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/seasonalevents.json @@ -14001,11 +14001,23 @@ } }, "khorvodEventTransitWhitelist": { - "shoreline": [24], - "lighthouse": [22], - "rezervbase": [19], - "woods": [15], - "factory4_day": [13], - "bigmap": [11] + "shoreline": [ + 24 + ], + "lighthouse": [ + 22 + ], + "rezervbase": [ + 19 + ], + "woods": [ + 15 + ], + "factory4_day": [ + 13 + ], + "bigmap": [ + 11 + ] } -} \ No newline at end of file +}