Remove some unused legacy code

This commit is contained in:
ebaydayz
2016-08-18 17:00:08 -04:00
parent 509c2b17d6
commit bfca19bf80
14 changed files with 32 additions and 669 deletions

View File

@@ -582,10 +582,6 @@ if (isServer) then {
};
if (!isDedicated) then {
dayz_buildingMonitor = []; //Buildings to check
dayz_bodyMonitor = [];
dayz_flyMonitor = [];
dayz_zedMonitor = [];
dayz_buildingBubbleMonitor = [];
dayz_baseTypes = if (DZE_MissionLootTable) then {getArray (missionConfigFile >> "CfgBuildingLoot" >> "Default" >> "zombieClass")} else {getArray (configFile >> "CfgBuildingLoot" >> "Default" >> "zombieClass")};