mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:07:34 +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()
|
function ply:gmIntGetCustomValues()
|
||||||
return getCustomValues(self)
|
return getCustomValues(self)
|
||||||
end
|
|
||||||
|
|
||||||
function gmInte.plyValid(ply)
|
|
||||||
return ply:IsValid() && ply:IsPlayer() && !ply:IsBot()
|
|
||||||
end
|
end
|
Loading…
Reference in New Issue
Block a user