From 9da4027e7467390497afc91e66313053a7b9e7eb Mon Sep 17 00:00:00 2001 From: Chomp Date: Sun, 26 Oct 2025 09:14:36 +0000 Subject: [PATCH] Prevent PMCs spawning at `zoneroad` on interchange at 5 minute spawn --- Libraries/SPTarkov.Server.Assets/SPT_Data/configs/pmc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/pmc.json b/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/pmc.json index f7ccb311..854d6b05 100644 --- a/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/pmc.json +++ b/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/pmc.json @@ -1971,7 +1971,7 @@ "BossEscortType": "pmcUSEC", "BossName": "pmcUSEC", "BossPlayer": false, - "BossZone": "ZoneCenter,ZoneCenterBot,ZoneOLI,ZoneIDEA,ZoneRoad,ZoneIDEAPark,ZoneGoshan,ZonePowerStation,ZoneTrucks,ZoneOLIPark", + "BossZone": "ZoneCenter,ZoneCenterBot,ZoneOLI,ZoneIDEA,ZoneIDEAPark,ZoneGoshan,ZonePowerStation,ZoneTrucks,ZoneOLIPark", "Delay": 0, "IgnoreMaxBots": true, "RandomTimeSpawn": false, @@ -1991,7 +1991,7 @@ "BossEscortType": "pmcBEAR", "BossName": "pmcBEAR", "BossPlayer": false, - "BossZone": "ZoneCenter,ZoneCenterBot,ZoneOLI,ZoneIDEA,ZoneRoad,ZoneIDEAPark,ZoneGoshan,ZonePowerStation,ZoneTrucks,ZoneOLIPark", + "BossZone": "ZoneCenter,ZoneCenterBot,ZoneOLI,ZoneIDEA,ZoneIDEAPark,ZoneGoshan,ZonePowerStation,ZoneTrucks,ZoneOLIPark", "Delay": 0, "IgnoreMaxBots": true, "RandomTimeSpawn": false,