mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:07:34 +00:00
Fix: remove a dev log
This commit is contained in:
parent
4ab93e1afe
commit
2ea0bf00e2
|
@ -34,8 +34,6 @@ local function checkPlayerFilter(code, body, data)
|
||||||
end
|
end
|
||||||
|
|
||||||
local function checkPlayerIsLink(code, body, data)
|
local function checkPlayerIsLink(code, body, data)
|
||||||
print(body)
|
|
||||||
PrintTable(body)
|
|
||||||
if !body then return end
|
if !body then return end
|
||||||
if !body.discordID then game.KickID(data.networkid, filterMessage(gmInte.getTranslation("filter.link", "You need to link your discord account before joining, verify your account on {1}", "https://gmod-integration.com/account"))) end
|
if !body.discordID then game.KickID(data.networkid, filterMessage(gmInte.getTranslation("filter.link", "You need to link your discord account before joining, verify your account on {1}", "https://gmod-integration.com/account"))) end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user