mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
add newline and fix blacklist
This commit is contained in:
parent
61a1770384
commit
7b282ec96c
@ -18,7 +18,7 @@
|
|||||||
params ["_projectile"];
|
params ["_projectile"];
|
||||||
TRACE_2("addBlackList",_projectile,typeOf projectile);
|
TRACE_2("addBlackList",_projectile,typeOf projectile);
|
||||||
|
|
||||||
_projectile setVariable [QGVAR(blacklisted)];
|
_projectile setVariable [QGVAR(blacklisted), true];
|
||||||
_projectile removeEventHandler [
|
_projectile removeEventHandler [
|
||||||
"HitPart",
|
"HitPart",
|
||||||
_projectile getVariable [QGVAR(hitPartEventHandler), -1]
|
_projectile getVariable [QGVAR(hitPartEventHandler), -1]
|
||||||
|
Loading…
Reference in New Issue
Block a user