mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
make ret variable in /builtin/mainmenu/tab_credits.lua local (#5942)
This commit is contained in:
parent
e665e75e77
commit
f736226c1a
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,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…
Add table
Add a link
Reference in a new issue