mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 17:17:33 +00:00
remove: verif if ply is valid
This commit is contained in:
parent
a9f33efd4c
commit
44480a7499
|
@ -69,8 +69,4 @@ end
|
|||
|
||||
function ply:gmIntGetCustomValues()
|
||||
return getCustomValues(self)
|
||||
end
|
||||
|
||||
function gmInte.plyValid(ply)
|
||||
return ply:IsValid() && ply:IsPlayer() && !ply:IsBot()
|
||||
end
|
Loading…
Reference in New Issue
Block a user