remove: verif if ply is valid

This commit is contained in:
Linventif 2024-02-27 02:28:22 +01:00
parent a9f33efd4c
commit 44480a7499
No known key found for this signature in database
GPG Key ID: FAC0CA60F9AEEC24

View File

@ -70,7 +70,3 @@ end
function ply:gmIntGetCustomValues()
return getCustomValues(self)
end
function gmInte.plyValid(ply)
return ply:IsValid() && ply:IsPlayer() && !ply:IsBot()
end