several changes on BunchOfCaps. Move some mesh cost initialization to its class it, change caps path to be plain random UUID (except SEED)

This commit is contained in:
UbitUmarov
2016-08-18 07:48:46 +01:00
parent fedc689170
commit e58e6daf4a
3 changed files with 78 additions and 129 deletions

View File

@@ -84,7 +84,7 @@ namespace OpenSim.Region.ClientStack.Linden
private void OnRegisterCaps(UUID agentID, Caps caps)
{
new BunchOfCaps(m_Scene, caps);
new BunchOfCaps(m_Scene, agentID, caps);
}
}