From 111202971ba7edd5fe505a6ea5303a7ce485babd Mon Sep 17 00:00:00 2001 From: jonpas Date: Sun, 14 Feb 2021 04:28:58 +0100 Subject: [PATCH] Goggles - Allow wiping in more states (#8111) --- addons/goggles/CfgVehicles.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/goggles/CfgVehicles.hpp b/addons/goggles/CfgVehicles.hpp index c9cdf70293..68506d3269 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"}; }; }; };