mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user