Skip to content

Commit

Permalink
fix: bpt_lscustom\client\main.lua fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed May 24, 2024
1 parent 953581b commit 48ab88f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ function GetAction(data)

if v.modType == 14 then -- HORNS
for j = 0, 51, 1 do
local _label = nil
local _label = {}
if j == currentMods.modHorns then
_label = GetHornName(j) ..
' - <span style="color:cornflowerblue;">' .. TranslateCap('installed') ..
Expand Down

0 comments on commit 48ab88f

Please sign in to comment.