Remove duplicate metaent var

Forgot to remove this declaration
This commit is contained in:
sammyt291 2020-03-03 13:06:31 +00:00 committed by GitHub
parent 8e97d9ac05
commit d1f4ba3b35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -280,7 +280,6 @@ net.Receive("nadmod_notify", function(len)
end)
CPPI = {}
local metaent = FindMetaTable("Entity")
function CPPI:GetName() return "Nadmod Prop Protection" end
function CPPI:GetVersion() return "" end