Skip to content

Commit

Permalink
fix(client): windowTint mod compared by horn
Browse files Browse the repository at this point in the history
  • Loading branch information
itIsMaku authored Aug 9, 2023
1 parent eaf76f8 commit f272fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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) .. ' - <span style="color:cornflowerblue;">' .. TranslateCap('installed') ..
'</span>'
else
Expand Down

0 comments on commit f272fc8

Please sign in to comment.