Skip to content

Commit 9dcd219

Browse files
committedJul 8, 2013
Lua main menu: Fix world creation dialog
1 parent 9bd5f61 commit 9dcd219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎builtin/mainmenu.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ function tabbuilder.handle_create_world_buttons(fields)
585585

586586
local found = false
587587
for i=1,#menu.worldlist,1 do
588-
if worldlist[i].name == worldname then
588+
if menu.worldlist[i].name == worldname then
589589
found = true
590590
break
591591
end

0 commit comments

Comments
 (0)
Please sign in to comment.