mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
missed comma, going to bed, sorry
This commit is contained in:
parent
ed36b6a4c8
commit
61a1770384
@ -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;
|
||||
}
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user