mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-07-07 09:01:57 +03:00
Update vanilla player_build
Vanilla commit: https://github.com/DayZMod/DayZ/commit/fd8e1e2baaf2dc99d8a1ee4e550d7fade22e1ed9
This commit is contained in:
@@ -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