From 7ec3bb71e6d76fa39c1d7e1ed7056490ef6650c2 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 1 Apr 2008 17:11:00 +0000 Subject: * Remove the quit command from the inventory console which was actually adding a new inventory instead --- OpenSim/Grid/InventoryServer/Main.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/Grid') 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 switch (cmd) { - case "quit": case "add-user": m_inventoryService.CreateUsersInventory(LLUUID.Random().UUID); break; -- cgit v1.1