From 00ddeebf574641fd83f154fb37f972bcf9e17abb Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Mon, 24 Sep 2007 09:19:31 +0000 Subject: * So, ok, maybe a bit harsh to explode on grid inventory calls. --- OpenSim/Region/Communications/Local/CommunicationsLocal.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenSim/Region/Communications/Local') diff --git a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs index 4ddd9ea..eed21a4 100644 --- a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs +++ b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs @@ -58,12 +58,10 @@ namespace OpenSim.Region.Communications.Local LocalInventoryService inventoryService = new LocalInventoryService(); inventoryService.AddPlugin(m_settings.InventoryPlugin); - m_inventoryService = inventoryService; LocalUserServices userService = new LocalUserServices(this, serversInfo); userService.AddPlugin(m_settings.UserDatabasePlugin); - m_userService = userService; InstanceServices = new LocalBackEndServices(); -- cgit v1.1