mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
changed UserManagerBase. IInterServiceInventoryServices m_interServiceInventoryService from private to protected
This commit is contained in:
@@ -53,7 +53,7 @@ namespace OpenSim.Framework.Communications
|
||||
/// </value>
|
||||
private List<IUserDataPlugin> _plugins = new List<IUserDataPlugin>();
|
||||
|
||||
private IInterServiceInventoryServices m_interServiceInventoryService;
|
||||
protected IInterServiceInventoryServices m_interServiceInventoryService;
|
||||
|
||||
/// <summary>
|
||||
/// Constructor
|
||||
|
||||
Reference in New Issue
Block a user