Fix dead body cleanup mistake from 97431f8

This commit is contained in:
ebaydayz
2016-11-24 14:13:32 -05:00
parent 97431f81c2
commit 2b6481a515

View File

@@ -34,7 +34,7 @@ sched_corpses = {
_delQtyG = 0; _delQtyG = 0;
_addFlies = 0; _addFlies = 0;
{ {
if (local _x) then { if (local _x && {_x isKindOf "CAManBase"}) then {
if (_x isKindOf "zZombie_Base") then { if (_x isKindOf "zZombie_Base") then {
_x call sched_co_deleteVehicle; _x call sched_co_deleteVehicle;
_delQtyZ = _delQtyZ + 1; _delQtyZ = _delQtyZ + 1;