This commit is contained in:
Valmo Trindade
2024-07-29 11:31:27 -03:00
parent 1236f36176
commit e7901c2f4c

View File

@@ -8,7 +8,7 @@ if (_uid_string != "") then {
_uid_string = (_uid_string splitString '"') select 3;
_unit setVariable ["_atak_uid",_uid_string, true];
} else {
_uid_string = _result "ERROR: " + joinString " | ";
_uid_string = "ERROR: " + _result joinString " | ";
};
_uid_string