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