Added AttachObject method to IClientAPI.

Added RequestAvatar(LLUUID avatarID) method to world.
This commit is contained in:
MW
2007-06-11 10:24:24 +00:00
parent d93031b2dc
commit ed80c7ae32
4 changed files with 31 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ namespace OpenSim
private AgentAssetUpload UploadAssets;
private LLUUID newAssetFolder = LLUUID.Zero;
private bool debug = true;
private bool debug = false;
protected IWorld m_world;
private Dictionary<uint, ClientView> m_clientThreads;
private AssetCache m_assetCache;