mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-16 01:57: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)
|
function(code, body)
|
||||||
local receiveData = util.JSONToTable(body)
|
local receiveData = util.JSONToTable(body)
|
||||||
|
|
||||||
|
if (receiveData.trust) then return end
|
||||||
|
|
||||||
// Gmod Integration Trust
|
// Gmod Integration Trust
|
||||||
if (gmInte.config.filterOnTrust && (receiveData.trust < gmInte.config.minimalTrust)) then
|
if (gmInte.config.filterOnTrust && (receiveData.trust < gmInte.config.minimalTrust)) then
|
||||||
// kick player
|
// kick player
|
||||||
|
|
Loading…
Reference in New Issue
Block a user