fix(server): linting issues

This commit is contained in:
Lionh34rt
2022-06-08 17:26:49 +02:00
committed by GitHub
parent 7c181b7cc8
commit 8062549f1b
+1 -1
View File
@@ -166,5 +166,5 @@ local function ExploitBan(playerId, origin)
})
DropPlayer(playerId, "You have been banned for cheating. Check our Discord for more information: " .. QBCore.Config.Server.Discord)
TriggerEvent("qb-log:server:CreateLog", "anticheat", "Anti-Cheat", "red", name.." has been banned for exploiting "..origin, true)
end
end
exports('ExploitBan', ExploitBan)