Fix undeclared global warning because of _ (#8798)

This commit is contained in:
Desour 2019-08-14 23:35:47 +02:00 committed by Nils Dagsson Moskopp
parent 92f1a1b43e
commit 04ee4e442d
Signed by: erle
GPG Key ID: A3BC671C35191080
1 changed files with 1 additions and 0 deletions

View File

@ -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