From 920cdfba788c5d0ee00379ecfe2e8af17f0ae723 Mon Sep 17 00:00:00 2001 From: HARLAN Date: Fri, 13 Dec 2013 13:58:07 -0500 Subject: [PATCH] plot preview #846 only after plot placed --- SQF/dayz_code/actions/player_build.sqf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SQF/dayz_code/actions/player_build.sqf b/SQF/dayz_code/actions/player_build.sqf index 8118ea940..3014a3df6 100644 --- a/SQF/dayz_code/actions/player_build.sqf +++ b/SQF/dayz_code/actions/player_build.sqf @@ -471,6 +471,8 @@ if (_hasrequireditem) then { if(_num_removed == 1) then { cutText [format[localize "str_build_01",_text], "PLAIN DOWN"]; + + if (_isPole) then {spawn player_plotPreview;}; _tmpbuilt setVariable ["OEMPos",_location,true];