diff --git a/resources/[tools]/thommie-nightvision/config.lua b/resources/[tools]/thommie-nightvision/config.lua index c69ddf7a9..3028bfe24 100644 --- a/resources/[tools]/thommie-nightvision/config.lua +++ b/resources/[tools]/thommie-nightvision/config.lua @@ -26,15 +26,15 @@ Config.Glasses = { female = { up = { drawable = 70, -- ID für hochgeklappte Brille (weiblich) - texture = 2 -- Textur für hochgeklappte Brille (weiblich) + texture = 1 -- Textur für hochgeklappte Brille (weiblich) }, nvDown = { drawable = 73, -- ID für runtergeklappte Nachtsichtbrille (weiblich) - texture = 2 -- Textur für runtergeklappte Nachtsichtbrille (weiblich) + texture = 1 -- Textur für runtergeklappte Nachtsichtbrille (weiblich) }, thermalDown = { drawable = 73, -- ID für runtergeklappte Wärmebildbrille (weiblich) - texture = 2 -- Textur für runtergeklappte Wärmebildbrille (weiblich) + texture = 1 -- Textur für runtergeklappte Wärmebildbrille (weiblich) } } }