From 06bfd3e97165d75dbeabe07c56950153aad0dc94 Mon Sep 17 00:00:00 2001 From: F16Gaming Date: Sun, 23 Oct 2011 01:42:07 +0200 Subject: [PATCH] Added credits note on Command.Extentions.Table.Copy --- Table.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Table.lua b/Table.lua index 034739f..14f6625 100644 --- a/Table.lua +++ b/Table.lua @@ -39,6 +39,7 @@ function CET:HasValue(tbl, value) return false end +-- Thanks to ITSBTH for the table copy function function CET:Copy(tbl, cache) if type(tbl) ~= "table" then return tbl end cache = cache or {} -- 1.7.9.5