mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
More work on inventory and opensim library.
Fixed a number of bugs in the AssetCache related to asset downloading.
This commit is contained in:
@@ -84,6 +84,11 @@ namespace OpenSim.Framework
|
||||
get { return m_uuid; }
|
||||
}
|
||||
|
||||
public LLUUID SessionId
|
||||
{
|
||||
get { return LLUUID.Zero; }
|
||||
}
|
||||
|
||||
public virtual string FirstName
|
||||
{
|
||||
get { return ""; }
|
||||
|
||||
Reference in New Issue
Block a user