mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Fix dead body cleanup mistake from 97431f8
This commit is contained in:
@@ -34,8 +34,8 @@ 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;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user