aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/InventoryServer
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-04-01 17:11:00 +0000
committerJustin Clarke Casey2008-04-01 17:11:00 +0000
commit7ec3bb71e6d76fa39c1d7e1ed7056490ef6650c2 (patch)
treee41134a7d048a353a4a5eeca164f4ae3680129b9 /OpenSim/Grid/InventoryServer
parent* Fix for mantis #678 (diff)
downloadopensim-SC_OLD-7ec3bb71e6d76fa39c1d7e1ed7056490ef6650c2.zip
opensim-SC_OLD-7ec3bb71e6d76fa39c1d7e1ed7056490ef6650c2.tar.gz
opensim-SC_OLD-7ec3bb71e6d76fa39c1d7e1ed7056490ef6650c2.tar.bz2
opensim-SC_OLD-7ec3bb71e6d76fa39c1d7e1ed7056490ef6650c2.tar.xz
* Remove the quit command from the inventory console which was actually adding a new inventory instead
Diffstat (limited to 'OpenSim/Grid/InventoryServer')
-rw-r--r--OpenSim/Grid/InventoryServer/Main.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Grid/InventoryServer/Main.cs b/OpenSim/Grid/InventoryServer/Main.cs
index d1636bc..3987334 100644
--- a/OpenSim/Grid/InventoryServer/Main.cs
+++ b/OpenSim/Grid/InventoryServer/Main.cs
@@ -134,7 +134,6 @@ namespace OpenSim.Grid.InventoryServer
134 134
135 switch (cmd) 135 switch (cmd)
136 { 136 {
137 case "quit":
138 case "add-user": 137 case "add-user":
139 m_inventoryService.CreateUsersInventory(LLUUID.Random().UUID); 138 m_inventoryService.CreateUsersInventory(LLUUID.Random().UUID);
140 break; 139 break;