Skip to content

Commit

Permalink
Deleted whitespace in doFrag
Browse files Browse the repository at this point in the history
Co-authored-by: johnb432 <[email protected]>
  • Loading branch information
lambdatiger and johnb432 authored Jan 15, 2024
1 parent 54c4f45 commit ced7aeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/frag/functions/fnc_doFrag.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ if (_ammo isEqualTo "" || {_posASL isEqualTo [0, 0, 0] || _timeSinceLastFrag < A
private _maxFragCount = round linearConversion [0.1, 1.5, _timeSinceLastFrag, ACE_FRAG_COUNT_MIN, ACE_FRAG_COUNT_MAX, true];
TRACE_3("willFrag",_timeSinceLastFrag,CBA_missionTime,_maxFragCount);


private _ammoArr = [_ammo] call FUNC(getFragInfo);
_ammoArr params ["_fragRange", "_fragVel", "_fragTypes", "_modFragCount"];
// For low frag rounds limit the # of frags created
Expand Down

0 comments on commit ced7aeb

Please sign in to comment.