Skip to content

Commit

Permalink
Update addons/goggles/functions/fnc_applyCrackEffect.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
johnb432 authored Jan 13, 2025
1 parent be7e1c1 commit d119039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/goggles/functions/fnc_applyCrackEffect.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ SETGLASSES(_unit,_effects);

if (getText (_config >> "ACE_OverlayCracked") != "") then {
if ([] call FUNC(externalCamera)) exitWith {
false breakout "main";
false breakOut "main";
};
if (isNull (GLASSDISPLAY)) then {
GVAR(GogglesLayer) cutRsc ["RscACE_Goggles", "PLAIN", 1, false, false];
Expand Down

0 comments on commit d119039

Please sign in to comment.