forked from Mirrorlandia_minetest/minetest
Fix undeclared global warning because of _ (#8798)
This commit is contained in:
parent
b2065756cf
commit
082066e813
@ -26,6 +26,7 @@ local function create_world_formspec(dialogdata)
|
|||||||
|
|
||||||
local gameidx = 0
|
local gameidx = 0
|
||||||
if gameid ~= nil then
|
if gameid ~= nil then
|
||||||
|
local _
|
||||||
_, gameidx = pkgmgr.find_by_gameid(gameid)
|
_, gameidx = pkgmgr.find_by_gameid(gameid)
|
||||||
|
|
||||||
if gameidx == nil then
|
if gameidx == nil then
|
||||||
|
Loading…
Reference in New Issue
Block a user