Skip to content

Commit

Permalink
Loader: Remove a locale print
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Dec 9, 2023
1 parent eebbcdd commit 8c0578c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Loader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ do
esMX = "Spanish (esMX)",
--deDE = "German (deDE)",
ptBR = "Portuguese (ptBR)",
frFR = "French (frFR)",
--frFR = "French (frFR)",
}
local language = locales[myLocale]
if language and public.isRetail then
Expand Down

0 comments on commit 8c0578c

Please sign in to comment.