fix trust factor test

This commit is contained in:
Linventif 2023-10-15 03:42:39 +02:00
parent b3a698dee2
commit 0c88eb97f3

View File

@ -200,7 +200,7 @@ function gmInte.playerFilter(data)
function(code, body)
local receiveData = util.JSONToTable(body)
if (receiveData.trust) then return end
if (!receiveData.trust) then return end
// Gmod Integration Trust
if (gmInte.config.filterOnTrust && (receiveData.trust < gmInte.config.minimalTrust)) then