mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-13 13:21: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;
|
||||
};
|
||||
|
||||
//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;
|
||||
|
||||
Reference in New Issue
Block a user