From a9347b6ceb194a352ad2a5796e7ed7e8fc598c26 Mon Sep 17 00:00:00 2001 From: MW Date: Sat, 28 Jun 2008 17:43:20 +0000 Subject: 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 --- OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs') 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 m_defaultInventoryHost = invService.Host; m_userService = new OGS1UserServices(this); + m_avatarService = (IAvatarService)m_userService; } public override void AddInventoryService(string hostUrl) -- cgit v1.1