From 7ab8ac37381367e6f0e9de59d76be302190c73c2 Mon Sep 17 00:00:00 2001 From: jonpas Date: Sat, 13 Feb 2021 17:03:40 +0100 Subject: [PATCH] Goggles - Allow wiping in more states --- addons/goggles/CfgVehicles.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/goggles/CfgVehicles.hpp b/addons/goggles/CfgVehicles.hpp index c9cdf702937..68506d3269f 100644 --- a/addons/goggles/CfgVehicles.hpp +++ b/addons/goggles/CfgVehicles.hpp @@ -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"}; }; }; };