diff --git a/SQF/dayz_code/actions/player_build.sqf b/SQF/dayz_code/actions/player_build.sqf index afb3f36a3..98134a461 100644 --- a/SQF/dayz_code/actions/player_build.sqf +++ b/SQF/dayz_code/actions/player_build.sqf @@ -473,7 +473,9 @@ if (_hasrequireditem) then { cutText [format[localize "str_build_01",_text], "PLAIN DOWN"]; - if (_isPole) then {spawn player_plotPreview;}; + if (_isPole) then { + 0 spawn player_plotPreview; + }; _tmpbuilt setVariable ["OEMPos",_location,true];