Update config.sqf
This commit is contained in:
parent
73d7250fc4
commit
ab5ccd3a88
11
config.sqf
11
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;
|
||||
SC_CompiledOkay = true;
|
||||
|
Loading…
Reference in New Issue
Block a user