diff --git a/SQF/dayz_code/actions/remove.sqf b/SQF/dayz_code/actions/remove.sqf index f3f8ff5f5..34ac50d3f 100644 --- a/SQF/dayz_code/actions/remove.sqf +++ b/SQF/dayz_code/actions/remove.sqf @@ -206,6 +206,7 @@ if (_proceed) then { _radius = 1; if (_isMine) then { + deleteVehicle _obj; if((random 10) <= 4) then { _gems = []; _weights = []; @@ -252,4 +253,4 @@ if (_proceed) then { DZE_ActionInProgress = false; s_player_deleteBuild = -1; -_obj \ No newline at end of file +_obj