diff options
Diffstat (limited to 'OpenSim/Grid/InventoryServer')
-rw-r--r-- | OpenSim/Grid/InventoryServer/Main.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/InventoryServer/Main.cs b/OpenSim/Grid/InventoryServer/Main.cs index fa316b1..b2ed6d3 100644 --- a/OpenSim/Grid/InventoryServer/Main.cs +++ b/OpenSim/Grid/InventoryServer/Main.cs | |||
@@ -60,7 +60,7 @@ namespace OpenSim.Grid.InventoryServer | |||
60 | 60 | ||
61 | public OpenInventory_Main() | 61 | public OpenInventory_Main() |
62 | { | 62 | { |
63 | m_console = new ConsoleBase("Inventory"); | 63 | m_console = new LocalConsole("Inventory"); |
64 | MainConsole.Instance = m_console; | 64 | MainConsole.Instance = m_console; |
65 | } | 65 | } |
66 | 66 | ||