mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
set default LinksetPhysPrims to 0 so max number of prims for physical
object is disabled
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user