From 8e97d9ac050135f49f02ef4241cc5e46fc66bfa1 Mon Sep 17 00:00:00 2001 From: sammyt291 Date: Tue, 3 Mar 2020 12:48:27 +0000 Subject: [PATCH] Hoist metaent also Keep it neat and bring metaent along with metaply --- lua/autorun/client/cl_nadmodpp.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/autorun/client/cl_nadmodpp.lua b/lua/autorun/client/cl_nadmodpp.lua index aaeac7a..e3e01bb 100644 --- a/lua/autorun/client/cl_nadmodpp.lua +++ b/lua/autorun/client/cl_nadmodpp.lua @@ -199,6 +199,7 @@ function NADMOD.AdminPanel(Panel, runByNetReceive) end local metaply = FindMetaTable("Player") +local metaent = FindMetaTable("Entity") -- Wrapper function as Bots return nothing clientside for their SteamID64 function metaply:SteamID64bot()