Changed blacklist to acting on local projectiles to match initial performance

This commit is contained in:
lambdatiger 2024-07-16 21:08:18 -05:00
parent a6cfcbf697
commit cf1860d162

View File

@ -18,4 +18,4 @@
params ["_projectile"];
TRACE_2("addBlackList",_projectile,typeOf projectile);
_projectile setVariable [QGVAR(blacklisted), true, 2];
_projectile setVariable [QGVAR(blacklisted)];