mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	Add engine version string to ContentDB API request (#9890)
This commit is contained in:
		@@ -198,10 +198,11 @@ function store.load()
 | 
			
		||||
 | 
			
		||||
	assert(core.create_dir(tmpdir))
 | 
			
		||||
 | 
			
		||||
	local base_url     = core.settings:get("contentdb_url")
 | 
			
		||||
	local version = core.get_version()
 | 
			
		||||
	local base_url = core.settings:get("contentdb_url")
 | 
			
		||||
	local url = base_url ..
 | 
			
		||||
		"/api/packages/?type=mod&type=game&type=txp&protocol_version=" ..
 | 
			
		||||
		core.get_max_supp_proto()
 | 
			
		||||
		core.get_max_supp_proto() .. "&engine_version=" .. version.string
 | 
			
		||||
 | 
			
		||||
	for _, item in pairs(core.settings:get("contentdb_flag_blacklist"):split(",")) do
 | 
			
		||||
		item = item:trim()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user