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";