aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-04-10 15:28:52 +0000
committerJustin Clarke Casey2008-04-10 15:28:52 +0000
commitba132f3a0bbbc2f749bec9c563e169d22c76f74b (patch)
tree10f2f5622e09c41a7096e85addedf36251fc52a7 /OpenSim/Region/Communications
parent* Slightly smoother transition between land, shallow water and deep water in ... (diff)
downloadopensim-SC_OLD-ba132f3a0bbbc2f749bec9c563e169d22c76f74b.zip
opensim-SC_OLD-ba132f3a0bbbc2f749bec9c563e169d22c76f74b.tar.gz
opensim-SC_OLD-ba132f3a0bbbc2f749bec9c563e169d22c76f74b.tar.bz2
opensim-SC_OLD-ba132f3a0bbbc2f749bec9c563e169d22c76f74b.tar.xz
* Minor: get CreateNewUserInventory() to return true on success
Diffstat (limited to 'OpenSim/Region/Communications')
-rw-r--r--OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs3
1 files changed, 2 insertions, 1 deletions
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
208 return null; 208 return null;
209 } 209 }
210 210
211 public void CreateNewUserInventory(LLUUID user) 211 public bool CreateNewUserInventory(LLUUID user)
212 { 212 {
213 return false;
213 } 214 }
214 215
215 // See IInventoryServices 216 // See IInventoryServices