mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix full cinder wall vector building #1813
This commit is contained in:
@@ -385,6 +385,7 @@ if (_canBuild select 0) then {
|
||||
_vUp = _vector select 1;
|
||||
switch (_classname) do {
|
||||
case "MetalFloor_DZ": { _buildOffset = [(_vUp select 0) * .148, (_vUp select 1) * .148,0]; };
|
||||
case "CinderWall_DZ": { _buildOffset = [(_vUp select 0) * 1.686, (_vUp select 1) * 1.686,0]; };
|
||||
};
|
||||
|
||||
_location = [
|
||||
|
||||
Reference in New Issue
Block a user