mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 01:05:48 +01:00 
			
		
		
		
	Lua main menu: Fix world creation dialog
This commit is contained in:
		@@ -585,7 +585,7 @@ function tabbuilder.handle_create_world_buttons(fields)
 | 
			
		||||
			
 | 
			
		||||
			local found = false
 | 
			
		||||
			for i=1,#menu.worldlist,1 do
 | 
			
		||||
				if worldlist[i].name == worldname then
 | 
			
		||||
				if menu.worldlist[i].name == worldname then
 | 
			
		||||
					found = true
 | 
			
		||||
					break
 | 
			
		||||
				end
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user