mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* Minor: get CreateNewUserInventory() to return true on success
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user