Update vanilla player_build

Vanilla commit:

fd8e1e2baa
This commit is contained in:
ebaydayz
2016-10-05 13:01:40 -04:00
parent 2519d7e52e
commit 8c237492b9

View File

@@ -332,8 +332,11 @@ while {dayz_actionInProgress and Dayz_constructionContext select 4} do {
_object setPosATL _position;
};
//Check collisions
call _checkBuildingCollision;
//Need to add config based bypass checks array.
if (!_isCollisionBypass) then {
// check now that ghost is not colliding
call _checkBuildingCollision;
};
// try to dock a beam from current ghost to another beams nearby
call _checkBeam2Magnet;