mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix typo
This commit is contained in:
parent
9dd45e15ce
commit
ab51d8f8b0
@ -75,9 +75,9 @@ private _printCount = 0;
|
|||||||
_processedCfgAmmos pushBack _ammo;
|
_processedCfgAmmos pushBack _ammo;
|
||||||
|
|
||||||
private _ammoConfig = configFile >> "CfgAmmo" >> _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 _print = false;
|
||||||
private _skip = getNumber (_ammoConfig >> QGVAR(skip));
|
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]]
|
#define HITBOX_DRAW_PATH [[3, 2, 1, 5, 6, 7, 3, 0, 4, 5], [0, 1], [2, 6], [7, 4]]
|
||||||
|
|
||||||
if (!GVAR(debugOptions)) exitWith {};
|
if (!GVAR(debugOptions)) exitWith {};
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user