This commit is contained in:
johnb432 2024-03-13 20:38:32 +01:00
parent 9dd45e15ce
commit ab51d8f8b0
2 changed files with 3 additions and 2 deletions

View File

@ -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));

View File

@ -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 {};
{