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,11 +0,0 @@
params["_unit"];
private _callsign = "";
if (roleDescription _unit != "") then {
_callsign = name _unit + " | " + roleDescription _unit;
} else {
_callsign = name _unit;
};
_callsign