mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix dead body cleanup mistake from 97431f8
This commit is contained in:
@@ -34,8 +34,8 @@ sched_corpses = {
|
||||
_delQtyG = 0;
|
||||
_addFlies = 0;
|
||||
{
|
||||
if (local _x) then {
|
||||
if (_x isKindOf "zZombie_Base") then {
|
||||
if (local _x && {_x isKindOf "CAManBase"}) then {
|
||||
if (_x isKindOf "zZombie_Base") then {
|
||||
_x call sched_co_deleteVehicle;
|
||||
_delQtyZ = _delQtyZ + 1;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user