mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:33:29 +00:00
refactored get uuid fuction on extension
This commit is contained in:
@@ -3,7 +3,7 @@ params["_unit"];
|
||||
_uuid = _unit getVariable "_atak_uid";
|
||||
|
||||
if (isNil "_uuid") then {
|
||||
_uuid = "armatak" callExtension "get_uid";
|
||||
_uuid = "armatak" callExtension "uuid";
|
||||
_unit setVariable ["_atak_uid", _uuid];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user