Only send blacklist updates to the server

This commit is contained in:
lambdatiger 2024-05-19 20:06:16 -05:00
parent 3d6c4068f4
commit 718c3d61c8

View File

@ -16,6 +16,6 @@
*/
params ["_projectile"];
TRACE_1("addBlackList",_projectile);
TRACE_2("addBlackList",_projectile,typeOf projectile);
_projectile setVariable [QGVAR(blacklisted), true, true];
_projectile setVariable [QGVAR(blacklisted), true, 2];