mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	Don't write control character to verbosestream
This commit is contained in:
		@@ -127,7 +127,7 @@ void BiomeDefManager::addBiome(Biome *b) {
 | 
			
		||||
	bgroup->push_back(b);
 | 
			
		||||
 | 
			
		||||
	verbosestream << "BiomeDefManager: added biome '" << b->name <<
 | 
			
		||||
		"' to biome group " << b->groupid << std::endl;
 | 
			
		||||
		"' to biome group " << (int)b->groupid << std::endl;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user