Skip to content

Remove unpackNils (fixes Lua ≥5.2 compat)

username-removed-557812 requested to merge pull/2/develop into develop

table.maxn doesn't exist in Lua ≥5.2

Also I haven't found that unpack stops at the first nil (e.g. unpack{nil, 1} == nil, 1) so unpackNils is probably unnecessary.

Merge request reports