Small bug fix in HG.
parent
831264fc98
commit
59c1796353
|
@ -67,6 +67,7 @@ namespace OpenSim.Region.Communications.Hypergrid
|
|||
public override void SetInventoryService(IInventoryService invService)
|
||||
{
|
||||
base.SetInventoryService(invService);
|
||||
if (m_localUserServices != null)
|
||||
m_localUserServices.SetInventoryService(invService);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue