Skip to content

Commit

Permalink
Repair - Use EFUNC macro (#10343)
Browse files Browse the repository at this point in the history
Update fnc_patchRemovedWheel.sqf
  • Loading branch information
johnb432 committed Sep 27, 2024
1 parent cfa9c91 commit 5726f8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions addons/repair/functions/fnc_patchRemovedWheel.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ private _wheelDamage = (damage _target) - GVAR(patchWheelMaximumRepair);
_target setDamage _damage;

_damage > GVAR(patchWheelMaximumRepair)
}] call ace_common_fnc_progressBar;

}] call EFUNC(common,progressBar);

0 comments on commit 5726f8a

Please sign in to comment.