mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fixed error (if statement with no argument)
This commit is contained in:
parent
8d071f9eb5
commit
3d6c4068f4
@ -26,8 +26,6 @@ if (_ammo isEqualTo "" || {isNull _projectile} ||
|
|||||||
TRACE_2("bad ammo or projectile, or blackList",_ammo,_projectile);
|
TRACE_2("bad ammo or projectile, or blackList",_ammo,_projectile);
|
||||||
};
|
};
|
||||||
|
|
||||||
if () exitWith {};
|
|
||||||
|
|
||||||
if (GVAR(enabled) && {_ammo call FUNC(shouldFrag)}) then {
|
if (GVAR(enabled) && {_ammo call FUNC(shouldFrag)}) then {
|
||||||
_projectile addEventHandler [
|
_projectile addEventHandler [
|
||||||
"Explode",
|
"Explode",
|
||||||
|
Loading…
Reference in New Issue
Block a user