Update config.sqf

This commit is contained in:
second_coming 2016-07-17 18:14:58 +01:00 committed by GitHub
parent 73d7250fc4
commit ab5ccd3a88

View File

@ -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;
SC_CompiledOkay = true;