From 6111f9f402c9c6e2e0298e238bfaef57b813895e Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Thu, 30 Jan 2014 11:47:44 -0600 Subject: [PATCH] fixes #1042 --- SQF/dayz_code/actions/trade_items.sqf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SQF/dayz_code/actions/trade_items.sqf b/SQF/dayz_code/actions/trade_items.sqf index 6e2dd417f..5ee78c096 100644 --- a/SQF/dayz_code/actions/trade_items.sqf +++ b/SQF/dayz_code/actions/trade_items.sqf @@ -122,6 +122,9 @@ while {r_autoTrade} do { }; cutText [format[(localize "str_epoch_player_186"),_qty_in,_textPartIn,_qty_out,_textPartOut], "PLAIN DOWN"]; }; + } else { + _abort = true; + cutText [format[(localize "str_epoch_player_183"),_textPartOut] , "PLAIN DOWN"]; }; } else { cutText [format[(localize "str_epoch_player_186"),_qty_in,_textPartIn,_qty_out,_textPartOut], "PLAIN DOWN"];