From 44480a7499dabba45a8aec9b97aaf945606fc96f Mon Sep 17 00:00:00 2001 From: Linventif Date: Tue, 27 Feb 2024 02:28:22 +0100 Subject: [PATCH] remove: verif if ply is valid --- lua/gmod_integration/shared/sh_player_meta.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lua/gmod_integration/shared/sh_player_meta.lua b/lua/gmod_integration/shared/sh_player_meta.lua index eaf507b..c4fcae1 100644 --- a/lua/gmod_integration/shared/sh_player_meta.lua +++ b/lua/gmod_integration/shared/sh_player_meta.lua @@ -69,8 +69,4 @@ end function ply:gmIntGetCustomValues() return getCustomValues(self) -end - -function gmInte.plyValid(ply) - return ply:IsValid() && ply:IsPlayer() && !ply:IsBot() end \ No newline at end of file