refactored get uuid fuction on extension

This commit is contained in:
Valmo Trindade
2024-09-08 03:15:25 -03:00
parent c9ca35ebd5
commit 0f5b1130bc
4 changed files with 132 additions and 23 deletions

View File

@@ -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];
};