Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix undeclared global warning because of _ (#8798)
  • Loading branch information
Desour authored and sfan5 committed Aug 14, 2019
1 parent b206575 commit 082066e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin/mainmenu/dlg_create_world.lua
Expand Up @@ -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
Expand Down

0 comments on commit 082066e

Please sign in to comment.