Skip to content

Commit

Permalink
Goggles - Allow wiping in more states (#8111)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas authored Feb 14, 2021
1 parent cb87069 commit 1112029
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/goggles/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class CfgVehicles {
displayName = CSTRING(WipeGlasses);
condition = QUOTE(GVAR(showClearGlasses) && {call FUNC(canWipeGlasses)});
statement = QUOTE(call FUNC(clearGlasses));
exceptions[] = {"isNotInside", "isNotSitting", "isNotSwimming", "isNotEscorting"};
};
};
};
Expand Down

0 comments on commit 1112029

Please sign in to comment.