From 34a2d03163ebfa0f98e95fc60a040edc4f69224d Mon Sep 17 00:00:00 2001 From: raymix Date: Mon, 18 Aug 2014 04:03:11 +0100 Subject: [PATCH] compatibility for issue 1526 45m plotpole --- SQF/dayz_code/actions/player_build_plotCheck.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/actions/player_build_plotCheck.sqf b/SQF/dayz_code/actions/player_build_plotCheck.sqf index 00117e6c8..48bec6d70 100644 --- a/SQF/dayz_code/actions/player_build_plotCheck.sqf +++ b/SQF/dayz_code/actions/player_build_plotCheck.sqf @@ -67,7 +67,7 @@ _passArray = [_IsNearPlot,_nearestPole,_ownerID,_friendlies]; //create new array // End script if item is plot pole and another one exists within defined radius if(_isPole && _IsNearPlot > 0) exitWith { DZE_ActionInProgress = false; - cutText [(localize "str_epoch_player_44") , "PLAIN DOWN"]; + cutText [(format [localize "str_epoch_player_44", DZE_PlotPole select 1]) , "PLAIN DOWN"]; _passArray };