mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
limit max number of attachments to 38. All can be on same point
This commit is contained in:
@@ -228,6 +228,7 @@ namespace OpenSim.Region.OptionalModules.Materials
|
||||
private void OnSimulatorFeaturesRequest(UUID agentID, ref OSDMap features)
|
||||
{
|
||||
features["MaxMaterialsPerTransaction"] = m_maxMaterialsPerTransaction;
|
||||
features["RenderMaterialsCapability"] = OSD.FromReal(3);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user