From ab5ccd3a888ad9e1c9f535b3f3e95b66e3f4c656 Mon Sep 17 00:00:00 2001 From: second_coming Date: Sun, 17 Jul 2016 18:14:58 +0100 Subject: [PATCH] Update config.sqf --- config.sqf | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/config.sqf b/config.sqf index 6e6e7f8..43d02d2 100644 --- a/config.sqf +++ b/config.sqf @@ -297,16 +297,9 @@ if (worldName == 'Namalsk' AND SC_useMapOverrides) then SC_occupyTransportClass = "Exile_Car_LandRover_Urban"; // the ikarus bus gets stuck on Namalsk }; -// Napf specific settings (if you want to override settings for specific maps if you run multiple servers) -if (worldName == 'Napf' AND SC_useMapOverrides) then -{ - SC_occupyTraders = true; -}; - -// Napf specific settings (if you want to override settings for specific maps if you run multiple servers) +// Tanoa specific settings (if you want to override settings for specific maps if you run multiple servers) if (worldName == 'Tanoa' AND SC_useMapOverrides) then { - SC_occupyTraders = true; SC_useApexClasses = true; }; @@ -390,4 +383,4 @@ publicVariable "SC_transportArray"; publicVariable "SC_SurvivorSide"; publicVariable "SC_BanditSide"; -SC_CompiledOkay = true; \ No newline at end of file +SC_CompiledOkay = true;