removed old function, will have to refactor everything

This commit is contained in:
Valmo Trindade
2024-10-23 22:57:27 -03:00
parent 4a8d9f0182
commit 0564095dee
13 changed files with 2 additions and 265 deletions

View File

@@ -1,10 +0,0 @@
params["_unit"];
_uuid = _unit getVariable "_atak_uid";
if (isNil "_uuid") then {
_uuid = "armatak" callExtension ["uuid", []] select 0;
_unit setVariable ["_atak_uid", _uuid];
};
_uuid