Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
260ee18015 | ||
|
|
b5c08512ec | ||
|
|
a9ecbccf2e | ||
|
|
b3a2ed2258 | ||
|
|
166744a828 | ||
|
|
fd1b06c2ed |
@@ -592,7 +592,7 @@ function module.init()
|
||||
local args = { ... }
|
||||
local stringArgs = {}
|
||||
for _, arg in pairs(args) do
|
||||
if type(arg)=="table" then
|
||||
if type(arg) == "table" then
|
||||
table.insert(stringArgs, serialize(arg))
|
||||
elseif tostring(arg) then
|
||||
table.insert(stringArgs, tostring(arg))
|
||||
|
||||
Reference in New Issue
Block a user