fixed error (if statement with no argument)

This commit is contained in:
lambdatiger 2024-05-19 13:44:31 -05:00
parent 8d071f9eb5
commit 3d6c4068f4

View File

@ -26,8 +26,6 @@ if (_ammo isEqualTo "" || {isNull _projectile} ||
TRACE_2("bad ammo or projectile, or blackList",_ammo,_projectile);
};
if () exitWith {};
if (GVAR(enabled) && {_ammo call FUNC(shouldFrag)}) then {
_projectile addEventHandler [
"Explode",