From 2e299958beb5c4a2fc3a6979c0adf6eee2d017ef Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Wed, 22 Jan 2014 11:26:56 -0600 Subject: [PATCH] 1 item always --- SQF/dayz_code/actions/player_buildingMaint.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/actions/player_buildingMaint.sqf b/SQF/dayz_code/actions/player_buildingMaint.sqf index f79fd5351..291ae5253 100644 --- a/SQF/dayz_code/actions/player_buildingMaint.sqf +++ b/SQF/dayz_code/actions/player_buildingMaint.sqf @@ -80,7 +80,7 @@ if (_proceed) then { // all parts removed proceed if (_tobe_removed_total == _removed_total) then { - cutText [format[(localize "STR_EPOCH_ACTIONS_4"), _count], "PLAIN DOWN", 5]; + cutText [format[(localize "STR_EPOCH_ACTIONS_4"), 1], "PLAIN DOWN", 5]; PVDZE_maintainArea = [player,2,_obj]; publicVariableServer "PVDZE_maintainArea";