missed comma, going to bed, sorry

This commit is contained in:
lambdatiger 2024-07-29 23:55:26 -05:00
parent ed36b6a4c8
commit 61a1770384

View File

@ -73,7 +73,7 @@ if (GVAR(reflectionsEnabled) || GVAR(enabled) && _ammo call FUNC(shouldFrag)) th
// Wait a frame to make sure it doesn't target the dead
[
{ [QGVAR(frag_eh), _this] call CBA_fnc_serverEvent; },
[_posASL, _ammo, [objNull _instigator]]
[_posASL, _ammo, [objNull, _instigator]]
] call CBA_fnc_execNextFrame;
}
];