mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #4422 from acemod/incindNull
Skip incindinary effects if projectile is null
This commit is contained in:
commit
fbb054dec4
@ -34,6 +34,8 @@
|
||||
|
||||
params ["_projectile", "_timeToLive"];
|
||||
|
||||
if (isNull _projectile) exitWith {TRACE_1("null",_projectile);};
|
||||
|
||||
private _position = position _projectile;
|
||||
|
||||
// --- fire
|
||||
|
Loading…
Reference in New Issue
Block a user