diff --git a/client/main.lua b/client/main.lua index ff3307c..be306f1 100644 --- a/client/main.lua +++ b/client/main.lua @@ -342,7 +342,7 @@ function GetAction(data) elseif v.modType == 'windowTint' then -- WINDOWS TINT for j = 1, 5, 1 do local _label = '' - if j == currentMods.modHorns then + if j == currentMods.windowTint then _label = GetWindowName(j) .. ' - ' .. TranslateCap('installed') .. '' else