🎨 Rename locales and remove notify translation type

This commit is contained in:
David Malchin
2022-08-21 23:48:45 +03:00
parent f38350bcae
commit ce216ad676
7 changed files with 23 additions and 28 deletions
+1 -1
View File
@@ -328,7 +328,7 @@ local function ExploitBan(playerId, origin)
2147483647,
'Anti Cheat'
})
DropPlayer(playerId, Lang:t('info.skick', {discord = QBCore.Config.Server.Discord}))
DropPlayer(playerId, Lang:t('info.exploit_banned', {discord = QBCore.Config.Server.Discord}))
TriggerEvent("qb-log:server:CreateLog", "anticheat", "Anti-Cheat", "red", name .. " has been banned for exploiting " .. origin, true)
end