Revert "cleanup"

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