mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 10:23:47 +01:00
Fix undeclared global warning because of _ (#8798)
This commit is contained in:
@ -26,6 +26,7 @@ local function create_world_formspec(dialogdata)
|
||||
|
||||
local gameidx = 0
|
||||
if gameid ~= nil then
|
||||
local _
|
||||
_, gameidx = pkgmgr.find_by_gameid(gameid)
|
||||
|
||||
if gameidx == nil then
|
||||
|
Reference in New Issue
Block a user