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

@@ -64,7 +64,6 @@ if (_canLoot ) then {
};
} forEach _positions;
};
//dayz_buildingMonitor set [count dayz_buildingMonitor,_obj];
};
};

View File

@@ -137,7 +137,6 @@ deleteGroup _myGroup;
_body setVariable["combattimeout", 0, true];
//due to a cleanup issue with effects this has been disabled remember to look at the cleanup before adding it back.
//[_body] call spawn_flies;
//dayzFlies = player;
//publicVariable "dayzFlies";
uiSleep 2;

View File

@@ -1,6 +0,0 @@
private["_body","_id","_position"];
_body = _this select 0;
_position = getPosATL _body;
[_position,0.1,1.5] call bis_fnc_flies;
//_id setVariable ["body",_body];
//dayz_flyMonitor set[count dayz_flyMonitor, _id];