mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Changed blacklist to acting on local projectiles to match initial performance
This commit is contained in:
parent
a6cfcbf697
commit
cf1860d162
@ -18,4 +18,4 @@
|
||||
params ["_projectile"];
|
||||
TRACE_2("addBlackList",_projectile,typeOf projectile);
|
||||
|
||||
_projectile setVariable [QGVAR(blacklisted), true, 2];
|
||||
_projectile setVariable [QGVAR(blacklisted)];
|
||||
|
Loading…
Reference in New Issue
Block a user