mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 19:06:29 +03:00
Remove OEMPos variable
I do not see any use for this variable any longer. Ive tested building, upgrading lock/unlock objects. It seems it has no affect and can be replaced with the normal getPosATL from objects.
This commit is contained in:
@@ -84,7 +84,7 @@ if (count _upgrade > 0) then {
|
||||
|
||||
if (_i > 0) then {
|
||||
|
||||
local _position = _obj getVariable["OEMPos", getPosATL _obj];
|
||||
local _position = getPosATL _obj;
|
||||
local _dir = getDir _obj;
|
||||
local _vector = [(vectorDir _obj), (vectorUp _obj)];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user