Skip to content

Commit

Permalink
update: mercosulplates deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
mur4i committed Dec 11, 2024
1 parent 095f0c7 commit f7aee52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ cfg.drift = {
}

cfg.mercosulplates = {
toggle = true, -- true para ativar placas do mercosul nos veículos
toggle = false, -- (deprecated, use a versão do gordela: mri_Qcarplates) true para ativar placas do mercosul nos veículos
}

return cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if not Config.mercosulPlates then return end
if not cfg.mercosulplates.toggle then return end

imageUrl = "https://assets.mriqbox.com.br/dui/platebr_image.png"

Expand Down

0 comments on commit f7aee52

Please sign in to comment.