Couple of small changes
parent
276011a0a1
commit
5db16cbd9b
|
@ -85,7 +85,7 @@ namespace OpenSim.Framework.Communications.Caches
|
||||||
private string m_assetName = "";
|
private string m_assetName = "";
|
||||||
private LLUUID m_folderID;
|
private LLUUID m_folderID;
|
||||||
private LLUUID newAssetID;
|
private LLUUID newAssetID;
|
||||||
private bool SaveImages;
|
private bool SaveImages = false;
|
||||||
private string uploaderPath = "";
|
private string uploaderPath = "";
|
||||||
|
|
||||||
// Events
|
// Events
|
||||||
|
@ -226,7 +226,7 @@ namespace OpenSim.Framework.Communications.Caches
|
||||||
private LLUUID inventoryItemID;
|
private LLUUID inventoryItemID;
|
||||||
private string m_assetName = "";
|
private string m_assetName = "";
|
||||||
private LLUUID newAssetID;
|
private LLUUID newAssetID;
|
||||||
private bool SaveImages;
|
private bool SaveImages = false;
|
||||||
private string uploaderPath = "";
|
private string uploaderPath = "";
|
||||||
|
|
||||||
// Events
|
// Events
|
||||||
|
|
|
@ -550,7 +550,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||||
m_estateManager.sendRegionHandshake(client);
|
m_estateManager.sendRegionHandshake(client);
|
||||||
CreateAndAddScenePresence(client);
|
CreateAndAddScenePresence(client);
|
||||||
m_LandManager.sendParcelOverlay(client);
|
m_LandManager.sendParcelOverlay(client);
|
||||||
commsManager.UserProfilesCache.AddNewUser(client.AgentId);
|
// commsManager.UserProfilesCache.AddNewUser(client.AgentId);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected virtual void SubscribeToClientEvents(IClientAPI client)
|
protected virtual void SubscribeToClientEvents(IClientAPI client)
|
||||||
|
|
Loading…
Reference in New Issue