diff options
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 323b588..7275c15 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -208,7 +208,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
208 | /// Max prims an Physical object will hold | 208 | /// Max prims an Physical object will hold |
209 | /// </summary> | 209 | /// </summary> |
210 | /// | 210 | /// |
211 | public int m_linksetPhysCapacity = 5; | 211 | public int m_linksetPhysCapacity = 0; |
212 | 212 | ||
213 | public bool m_clampPrimSize; | 213 | public bool m_clampPrimSize; |
214 | public bool m_trustBinaries; | 214 | public bool m_trustBinaries; |