adjustments to errors generated in the .rpt

This commit is contained in:
Bear
2025-01-25 03:31:51 -03:00
parent f84e5ac7b0
commit 368ae82b7a
6 changed files with 55 additions and 9 deletions

View File

@@ -106,4 +106,8 @@ Vests = [
"braf_ephod_vest"
];
_unit addVest (selectRandom Vests);
_randomVests = selectRandom Vests
if (((_randomVests) != "") || (!isNull(_randomVests))) then
{
_unit addVest _randomVests;
}; // IF Statement criado para parar com erros no log