Make NonphysicalPrimMax setting work properly
RegionInfo setting will override only if it is > 0iar_mods
							parent
							
								
									43b4e4cfc3
								
							
						
					
					
						commit
						df07b97abd
					
				| 
						 | 
				
			
			@ -607,7 +607,7 @@ namespace OpenSim.Framework
 | 
			
		|||
 | 
			
		||||
            // Prim stuff
 | 
			
		||||
            //
 | 
			
		||||
            m_nonphysPrimMax = config.GetInt("NonphysicalPrimMax", 256);
 | 
			
		||||
            m_nonphysPrimMax = config.GetInt("NonphysicalPrimMax", 0);
 | 
			
		||||
            allKeys.Remove("NonphysicalPrimMax");
 | 
			
		||||
            m_physPrimMax = config.GetInt("PhysicalPrimMax", 10);
 | 
			
		||||
            allKeys.Remove("PhysicalPrimMax");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue