Couple of small changes

afrisby
MW 2007-07-22 13:41:19 +00:00
parent 276011a0a1
commit 5db16cbd9b
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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)