* 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)
|
||||
{
|
||||
case "quit":
|
||||
case "add-user":
|
||||
m_inventoryService.CreateUsersInventory(LLUUID.Random().UUID);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue