diff options
Extracted the Avatar appearance functions out of the IUserService interface and moved them into a IAvatarService
Although "out of the box", there is no actual functional change to behavior
Diffstat (limited to 'OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs b/OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs index b85654d..f2e76f2 100644 --- a/OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs +++ b/OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs | |||
@@ -46,6 +46,7 @@ namespace OpenSim.Region.Communications.OGS1 | |||
46 | m_defaultInventoryHost = invService.Host; | 46 | m_defaultInventoryHost = invService.Host; |
47 | 47 | ||
48 | m_userService = new OGS1UserServices(this); | 48 | m_userService = new OGS1UserServices(this); |
49 | m_avatarService = (IAvatarService)m_userService; | ||
49 | } | 50 | } |
50 | 51 | ||
51 | public override void AddInventoryService(string hostUrl) | 52 | public override void AddInventoryService(string hostUrl) |