Remove some unused files

This commit is contained in:
ebaydayz
2016-03-20 13:28:49 -04:00
parent 9ce5a20417
commit 15a38afd82
33 changed files with 158 additions and 350 deletions

View File

@@ -107,7 +107,7 @@ diag_log ("LocalZombies: " +str(dayz_spawnZombies) + "/" +str(dayz_maxLocalZombi
//Spawn Zeds & loot in buildings
{
_type = typeOf _x;
_config = configFile >> "CfgLoot" >> "Buildings" >> _type;
_config = if (DZE_MissionLootTable) then {missionConfigFile >> "CfgLoot" >> "Buildings" >> _type} else {configFile >> "CfgLoot" >> "Buildings" >> _type};
_canSpawn = isClass (_config);
if (_canSpawn) then {