From ba132f3a0bbbc2f749bec9c563e169d22c76f74b Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 10 Apr 2008 15:28:52 +0000 Subject: * Minor: get CreateNewUserInventory() to return true on success --- OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OpenSim/Region/Communications') diff --git a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs index 3a13f71..b18c5bf 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs @@ -208,8 +208,9 @@ namespace OpenSim.Region.Communications.OGS1 return null; } - public void CreateNewUserInventory(LLUUID user) + public bool CreateNewUserInventory(LLUUID user) { + return false; } // See IInventoryServices -- cgit v1.1