mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	ContentDB: Fix ungraceful crash on aliases when list download fails
Fixes #12267 and fixes #12154
This commit is contained in:
		@@ -25,7 +25,7 @@ end
 | 
			
		||||
 | 
			
		||||
-- Unordered preserves the original order of the ContentDB API,
 | 
			
		||||
-- before the package list is ordered based on installed state.
 | 
			
		||||
local store = { packages = {}, packages_full = {}, packages_full_unordered = {} }
 | 
			
		||||
local store = { packages = {}, packages_full = {}, packages_full_unordered = {}, aliases = {} }
 | 
			
		||||
 | 
			
		||||
local http = core.get_http_api()
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user