diff --git a/stead/stead.lua b/stead/stead.lua index 2148df1..b126777 100644 --- a/stead/stead.lua +++ b/stead/stead.lua @@ -11,7 +11,7 @@ stead = { function par(space,...) local i, res for i = 1, stead.table.maxn(arg) do - if type(arg[i]) == 'string' and arg[i] ~= "" then + if type(arg[i]) == 'string' then if res == nil then res = "" else