mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 21:17:34 +00:00
fix missing player in db
This commit is contained in:
parent
342a9cec20
commit
b3a698dee2
|
@ -200,6 +200,8 @@ function gmInte.playerFilter(data)
|
|||
function(code, body)
|
||||
local receiveData = util.JSONToTable(body)
|
||||
|
||||
if (receiveData.trust) then return end
|
||||
|
||||
// Gmod Integration Trust
|
||||
if (gmInte.config.filterOnTrust && (receiveData.trust < gmInte.config.minimalTrust)) then
|
||||
// kick player
|
||||
|
|
Loading…
Reference in New Issue
Block a user