mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
use same array for worldpos
This commit is contained in:
parent
5fe2d99731
commit
6ff599a578
@ -117,9 +117,9 @@ _config = configFile >> "CfgEpoch";
|
||||
if (count _pos1 >= 4) then {
|
||||
_dir1 = _pos1 deleteAt 3;
|
||||
};
|
||||
|
||||
|
||||
if !(_useWorldPos) then {
|
||||
_pos1 = _debug modelToWorld (_x select 1);
|
||||
_pos1 = _debug modelToWorld _pos1;
|
||||
};
|
||||
|
||||
_exitClass = _x select 2;
|
||||
|
Loading…
Reference in New Issue
Block a user