set default LinksetPhysPrims to 0 so max number of prims for physical

object is disabled
avinationmerge
UbitUmarov 2014-09-09 02:22:07 +01:00
parent d00aa403e0
commit 17154fbffa
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ namespace OpenSim.Region.Framework.Scenes
/// Max prims an Physical object will hold
/// </summary>
///
public int m_linksetPhysCapacity = 5;
public int m_linksetPhysCapacity = 0;
public bool m_clampPrimSize;
public bool m_trustBinaries;