mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	Make sqlite3 the default auth backend (#8085)
This commit is contained in:
		
				
					committed by
					
						
						Loïc Blot
					
				
			
			
				
	
			
			
			
						parent
						
							f4099192e3
						
					
				
				
					commit
					a18c310adb
				
			@@ -307,6 +307,7 @@ bool loadGameConfAndInitWorld(const std::string &path, const SubgameSpec &gamesp
 | 
			
		||||
		conf.set("gameid", gamespec.id);
 | 
			
		||||
		conf.set("backend", "sqlite3");
 | 
			
		||||
		conf.set("player_backend", "sqlite3");
 | 
			
		||||
		conf.set("auth_backend", "sqlite3");
 | 
			
		||||
		conf.setBool("creative_mode", g_settings->getBool("creative_mode"));
 | 
			
		||||
		conf.setBool("enable_damage", g_settings->getBool("enable_damage"));
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user