mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Couple of small changes
This commit is contained in:
@@ -85,7 +85,7 @@ namespace OpenSim.Framework.Communications.Caches
|
||||
private string m_assetName = "";
|
||||
private LLUUID m_folderID;
|
||||
private LLUUID newAssetID;
|
||||
private bool SaveImages;
|
||||
private bool SaveImages = false;
|
||||
private string uploaderPath = "";
|
||||
|
||||
// Events
|
||||
@@ -226,7 +226,7 @@ namespace OpenSim.Framework.Communications.Caches
|
||||
private LLUUID inventoryItemID;
|
||||
private string m_assetName = "";
|
||||
private LLUUID newAssetID;
|
||||
private bool SaveImages;
|
||||
private bool SaveImages = false;
|
||||
private string uploaderPath = "";
|
||||
|
||||
// Events
|
||||
|
||||
@@ -550,7 +550,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
m_estateManager.sendRegionHandshake(client);
|
||||
CreateAndAddScenePresence(client);
|
||||
m_LandManager.sendParcelOverlay(client);
|
||||
commsManager.UserProfilesCache.AddNewUser(client.AgentId);
|
||||
// commsManager.UserProfilesCache.AddNewUser(client.AgentId);
|
||||
}
|
||||
|
||||
protected virtual void SubscribeToClientEvents(IClientAPI client)
|
||||
|
||||
Reference in New Issue
Block a user