mirror of
https://github.com/projectbraf/braf_factions.git
synced 2026-06-14 05:33:29 +00:00
adjusted syntax errors
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user