1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Skip incindinary effects if projectile is null

This commit is contained in:
PabstMirror 2016-09-17 13:09:03 -05:00
parent 95409f6772
commit 32b7ef7b85

View File

@ -34,6 +34,8 @@
params ["_projectile", "_timeToLive"];
if (isNull _projectile) exitWith {TRACE_1("null",_projectile);};
private _position = position _projectile;
// --- fire