From 17154fbffa06e9a9c969d57fd39c04caccc9427d Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Tue, 9 Sep 2014 02:22:07 +0100 Subject: [PATCH] set default LinksetPhysPrims to 0 so max number of prims for physical object is disabled --- OpenSim/Region/Framework/Scenes/Scene.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 323b5889ba..7275c15226 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs @@ -208,7 +208,7 @@ namespace OpenSim.Region.Framework.Scenes /// Max prims an Physical object will hold /// /// - public int m_linksetPhysCapacity = 5; + public int m_linksetPhysCapacity = 0; public bool m_clampPrimSize; public bool m_trustBinaries;