diff options
author | Diva Canto | 2009-08-10 10:48:21 -0700 |
---|---|---|
committer | Diva Canto | 2009-08-10 10:48:21 -0700 |
commit | 5d2a157e64f19a061a37d5458b34cc563ee288a1 (patch) | |
tree | dd7c91fb42a9d1c1aaffd2b70377209ac631c6b6 /OpenSim/Region/Application | |
parent | AssetCache.addin.xml seems to be historical junk too. Removed. (diff) | |
download | opensim-SC_OLD-5d2a157e64f19a061a37d5458b34cc563ee288a1.zip opensim-SC_OLD-5d2a157e64f19a061a37d5458b34cc563ee288a1.tar.gz opensim-SC_OLD-5d2a157e64f19a061a37d5458b34cc563ee288a1.tar.bz2 opensim-SC_OLD-5d2a157e64f19a061a37d5458b34cc563ee288a1.tar.xz |
First pass at cleaning up old OGS1 and Local Inventory: removed everything-inventory in CommsManager, which wasn't actively used anymore.
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 6ea04cf..aeb6f57 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -656,7 +656,7 @@ namespace OpenSim | |||
656 | case "Add-InventoryHost": | 656 | case "Add-InventoryHost": |
657 | if (cmdparams.Length > 0) | 657 | if (cmdparams.Length > 0) |
658 | { | 658 | { |
659 | m_commsManager.AddInventoryService(cmdparams[0]); | 659 | m_log.Info("Not implemented."); |
660 | } | 660 | } |
661 | break; | 661 | break; |
662 | 662 | ||