* Remove the quit command from the inventory console which was actually adding a new inventory instead

0.6.0-stable
Justin Clarke Casey 2008-04-01 17:11:00 +00:00
parent 96ecb62197
commit 7ec3bb71e6
1 changed files with 0 additions and 1 deletions

View File

@ -134,7 +134,6 @@ namespace OpenSim.Grid.InventoryServer
switch (cmd) switch (cmd)
{ {
case "quit":
case "add-user": case "add-user":
m_inventoryService.CreateUsersInventory(LLUUID.Random().UUID); m_inventoryService.CreateUsersInventory(LLUUID.Random().UUID);
break; break;