From 62d19b48db4a88c9d5585548e3aec76790ca40f9 Mon Sep 17 00:00:00 2001 From: vbawol Date: Fri, 12 Aug 2016 11:21:56 -0500 Subject: [PATCH] remove mine after looted for #1730 --- SQF/dayz_code/actions/remove.sqf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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