mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 04:42:48 +00:00
Fix typo
This commit is contained in:
@ -75,9 +75,9 @@ private _printCount = 0;
|
||||
_processedCfgAmmos pushBack _ammo;
|
||||
|
||||
private _ammoConfig = configFile >> "CfgAmmo" >> _ammo;
|
||||
private _shoulFrag = [_ammo] call FUNC(shouldFrag);
|
||||
private _shouldFrag = [_ammo] call FUNC(shouldFrag);
|
||||
|
||||
if (_shoulFrag || _logAll) then {
|
||||
if (_shouldFrag || _logAll) then {
|
||||
|
||||
private _print = false;
|
||||
private _skip = getNumber (_ammoConfig >> QGVAR(skip));
|
||||
|
@ -16,6 +16,7 @@
|
||||
*/
|
||||
|
||||
#define HITBOX_DRAW_PATH [[3, 2, 1, 5, 6, 7, 3, 0, 4, 5], [0, 1], [2, 6], [7, 4]]
|
||||
|
||||
if (!GVAR(debugOptions)) exitWith {};
|
||||
|
||||
{
|
||||
|
Reference in New Issue
Block a user