mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +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:
@@ -103,6 +103,11 @@ namespace SimpleApp
|
||||
get { return myID; }
|
||||
}
|
||||
|
||||
public LLUUID SessionId
|
||||
{
|
||||
get { return LLUUID.Zero; }
|
||||
}
|
||||
|
||||
public virtual string FirstName
|
||||
{
|
||||
get { return "Annoying"; }
|
||||
|
||||
Reference in New Issue
Block a user