* Remove the quit command from the inventory console which was actually adding a new inventory instead
parent
96ecb62197
commit
7ec3bb71e6
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue