Credits menu: Make undeclared global variable 'ret' local (#86)
This commit is contained in:
parent
4d948c4b9c
commit
48f77eb4a9
|
@ -80,7 +80,7 @@ local previous_contributors = {
|
|||
}
|
||||
|
||||
local function buildCreditList(source)
|
||||
ret = {}
|
||||
local ret = {}
|
||||
for i = 1, #source do
|
||||
ret[i] = core.formspec_escape(source[i])
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue