diff options
author | MW | 2007-07-26 17:41:31 +0000 |
---|---|---|
committer | MW | 2007-07-26 17:41:31 +0000 |
commit | f0dd115a8c5c44ebde4631df3469c6e39510325f (patch) | |
tree | 86d7557112d9e72d9084fc6b5d05cb6da86133a3 /OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | |
parent | * Started renaming world to Scene (diff) | |
download | opensim-SC_OLD-f0dd115a8c5c44ebde4631df3469c6e39510325f.zip opensim-SC_OLD-f0dd115a8c5c44ebde4631df3469c6e39510325f.tar.gz opensim-SC_OLD-f0dd115a8c5c44ebde4631df3469c6e39510325f.tar.bz2 opensim-SC_OLD-f0dd115a8c5c44ebde4631df3469c6e39510325f.tar.xz |
More work on inventory and opensim library.
Fixed a number of bugs in the AssetCache related to asset downloading.
Diffstat (limited to 'OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs index b8e6af5..dd30759 100644 --- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | |||
@@ -103,6 +103,11 @@ namespace SimpleApp | |||
103 | get { return myID; } | 103 | get { return myID; } |
104 | } | 104 | } |
105 | 105 | ||
106 | public LLUUID SessionId | ||
107 | { | ||
108 | get { return LLUUID.Zero; } | ||
109 | } | ||
110 | |||
106 | public virtual string FirstName | 111 | public virtual string FirstName |
107 | { | 112 | { |
108 | get { return "Annoying"; } | 113 | get { return "Annoying"; } |