adjusted syntax errors

This commit is contained in:
Bear
2025-01-25 03:48:44 -03:00
parent 033a673e57
commit 8617ec99be
3 changed files with 14 additions and 14 deletions

View File

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