* Minor: get CreateNewUserInventory() to return true on success

This commit is contained in:
Justin Clarke Casey
2008-04-10 15:28:52 +00:00
parent f2d36186f0
commit ba132f3a0b
3 changed files with 10 additions and 4 deletions

View File

@@ -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