This commit is contained in:
Crum
2018-07-11 18:35:38 -05:00
parent 80776fc058
commit 00de485c0b
9 changed files with 100 additions and 111 deletions
@@ -168,7 +168,7 @@ local function FirstFrameUpdate()
end
local function BuildUniqueValue(...)
local n = tgetn(arg)
local n = arg.n
if n == 1 then
return arg[1]
else