mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +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
|
||||
|
||||
Reference in New Issue
Block a user