From a306f1926da86ac549f7b91fc1eaad0fe95c42bc Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Mon, 30 Jun 2025 00:54:00 +0200 Subject: [PATCH] Update config.lua --- resources/[tools]/thommie-nightvision/config.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) } } }