mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
@@ -332,8 +332,11 @@ while {dayz_actionInProgress and Dayz_constructionContext select 4} do {
|
|||||||
_object setPosATL _position;
|
_object setPosATL _position;
|
||||||
};
|
};
|
||||||
|
|
||||||
//Check collisions
|
//Need to add config based bypass checks array.
|
||||||
call _checkBuildingCollision;
|
if (!_isCollisionBypass) then {
|
||||||
|
// check now that ghost is not colliding
|
||||||
|
call _checkBuildingCollision;
|
||||||
|
};
|
||||||
|
|
||||||
// try to dock a beam from current ghost to another beams nearby
|
// try to dock a beam from current ghost to another beams nearby
|
||||||
call _checkBeam2Magnet;
|
call _checkBeam2Magnet;
|
||||||
|
|||||||
Reference in New Issue
Block a user