mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Only send blacklist updates to the server
This commit is contained in:
parent
3d6c4068f4
commit
718c3d61c8
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user