Compare commits
8
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ca65d252c9 | ||
|
|
fc184ea591 | ||
|
|
8a76ca11c9 | ||
|
|
8a3a34efc0 | ||
|
|
996d81129d | ||
|
|
499dfd6843 | ||
|
|
8aa08814a1 | ||
|
|
eaae852961 |
@@ -592,7 +592,7 @@ function module.init()
|
|||||||
local args = { ... }
|
local args = { ... }
|
||||||
local stringArgs = {}
|
local stringArgs = {}
|
||||||
for _, arg in pairs(args) do
|
for _, arg in pairs(args) do
|
||||||
if type(arg) == "table" then
|
if type(arg)=="table" then
|
||||||
table.insert(stringArgs, serialize(arg))
|
table.insert(stringArgs, serialize(arg))
|
||||||
elseif tostring(arg) then
|
elseif tostring(arg) then
|
||||||
table.insert(stringArgs, tostring(arg))
|
table.insert(stringArgs, tostring(arg))
|
||||||
|
|||||||
Reference in New Issue
Block a user