Skip to content

Commit

Permalink
Merge pull request #234 from adhershmnair/language-fix
Browse files Browse the repository at this point in the history
Update pt.lua to fix typo
  • Loading branch information
GhzGarage authored Nov 26, 2024
2 parents 35e242d + 8cd7409 commit 59d42aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion locales/pt.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ local Translations = {
kicked_server = 'Foste expulso do servidor',
check_discord = '🔸 Aparece no nosso Discord para mais informações: ',
banned = 'Foste banido:',
ban_perm = '\n\O teu ban é permanente.\n🔸 Entra no nosso Discord para mais informações: ',
ban_perm = '\n\nO teu ban é permanente.\n🔸 Entra no nosso Discord para mais informações: ',
ban_expires = '\n\nO ban expira em: ',
rank_level = 'Seu nível de permissão é agora ',
admin_report = 'Relatório de administração - ',
Expand Down
1 change: 0 additions & 1 deletion server/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ end)
RegisterServerEvent('qb-admin:giveWeapon', function(weapon)
local src = source
if QBCore.Functions.HasPermission(src, 'admin') or IsPlayerAceAllowed(src, 'command') then
local Player = QBCore.Functions.GetPlayer(src)
exports['qb-inventory']:AddItem(src, weapon, 1, false, false, 'qb-admin:giveWeapon')
else
BanPlayer(src)
Expand Down

0 comments on commit 59d42aa

Please sign in to comment.