From 8348b232c4f3dcafddecba6885f08d329f0ad560 Mon Sep 17 00:00:00 2001 From: dayz10k Date: Fri, 22 Nov 2013 17:38:33 -0500 Subject: [PATCH] #761 allow owner to remove modular(no refund, no rubble) --- SQF/dayz_code/compile/fn_selfActions.sqf | 1 - 1 file changed, 1 deletion(-) diff --git a/SQF/dayz_code/compile/fn_selfActions.sqf b/SQF/dayz_code/compile/fn_selfActions.sqf index 6b55dba1e..47b400a5c 100644 --- a/SQF/dayz_code/compile/fn_selfActions.sqf +++ b/SQF/dayz_code/compile/fn_selfActions.sqf @@ -199,7 +199,6 @@ if (!isNull cursorTarget and !_inVehicle and !_isPZombie and (player distance cu //Allow owners to delete modulars if(_isModular and (_ownerID == dayz_playerUID)) then { if(_hasToolbox and "ItemCrowbar" in _itemsPlayer) then { - {cutText [format["This will not refund any components."], "PLAIN"];}; _player_deleteBuild = true; }; };