Blacklisting error

This commit is contained in:
lambdatiger 2024-01-12 01:54:58 -06:00
parent b62bec11f2
commit ad1916f513
2 changed files with 2 additions and 2 deletions

View File

@ -18,4 +18,4 @@
params ["_proj"];
TRACE_1("addBlackList",_round);
GVAR(shouldFragCache) set [typeOf _ammo, [false, false]];
GVAR(shouldFragCache) set [typeOf _ammo, false];

View File

@ -44,7 +44,7 @@ for "_i" from 0 to _items - 1 do {
continue;
};
GVAR(shouldFragCache) set [_convArray#_i, [false, false]];
GVAR(shouldFragCache) set [_convArray#_i, false];
};