mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Precise Base Building fix
This commit is contained in:
@@ -175,6 +175,10 @@ dayz_objectUID2 = {
|
|||||||
_dir = _this select 0;
|
_dir = _this select 0;
|
||||||
_key = "";
|
_key = "";
|
||||||
_position = _this select 1;
|
_position = _this select 1;
|
||||||
|
if ((typeName _dir) == "STRING") then {
|
||||||
|
_dir = call (compile _dir);
|
||||||
|
_position = call (compile _position);
|
||||||
|
};
|
||||||
{
|
{
|
||||||
_x = _x * 10;
|
_x = _x * 10;
|
||||||
if (_x < 0) then { _x = _x * -10 };
|
if (_x < 0) then { _x = _x * -10 };
|
||||||
|
|||||||
Reference in New Issue
Block a user