diff --git a/SQF/dayz_code/actions/player_build2.sqf b/SQF/dayz_code/actions/player_build2.sqf index c71a3f22f..47cdd33c9 100644 --- a/SQF/dayz_code/actions/player_build2.sqf +++ b/SQF/dayz_code/actions/player_build2.sqf @@ -386,7 +386,7 @@ if (isClass (configFile >> "SnapBuilding" >> _classname)) then { deleteVehicle _objectHelper; }; - if(_IsNearPlot == 0) then { + if(_IsNearPlot == 0 && !_isPole) then { _findNearestPoles = nearestObjects [_objectHelper, ["Plastic_Pole_EP1_DZ"], 30]; _nearestPole = _findNearestPoles select 0; _objectHelperPos = getPosATL _objectHelper;