Skip to content

Commit

Permalink
Update functions.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
mafewtm committed Dec 9, 2023
1 parent d752641 commit a2a45e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/functions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ local function ExploitBan(playerId, origin)
end)
DropPlayer(playerId --[[@as string]], Lang:t('info.exploit_banned', {discord = serverConfig.discord}))
logger.log({
source = GetInvokingResource(),
source = 'qbx_core',
webhook = loggingConfig.webhook['anticheat'],
event = 'Anti-Cheat',
color = 'red',
Expand Down

0 comments on commit a2a45e3

Please sign in to comment.