mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
Small bug fix in HG.
This commit is contained in:
@@ -67,7 +67,8 @@ namespace OpenSim.Region.Communications.Hypergrid
|
||||
public override void SetInventoryService(IInventoryService invService)
|
||||
{
|
||||
base.SetInventoryService(invService);
|
||||
m_localUserServices.SetInventoryService(invService);
|
||||
if (m_localUserServices != null)
|
||||
m_localUserServices.SetInventoryService(invService);
|
||||
}
|
||||
|
||||
public override UUID AddUser(
|
||||
|
||||
Reference in New Issue
Block a user