mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Added AttachObject method to IClientAPI.
Added RequestAvatar(LLUUID avatarID) method to world.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user