mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Blacklisting error
This commit is contained in:
parent
b62bec11f2
commit
ad1916f513
@ -18,4 +18,4 @@
|
||||
params ["_proj"];
|
||||
TRACE_1("addBlackList",_round);
|
||||
|
||||
GVAR(shouldFragCache) set [typeOf _ammo, [false, false]];
|
||||
GVAR(shouldFragCache) set [typeOf _ammo, false];
|
@ -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];
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user