mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
Make NonphysicalPrimMax setting work properly
RegionInfo setting will override only if it is > 0
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user