diff options
Making sure my local working copy is in sync with svn before I start the job of enabling the new SceneObject classes.
Diffstat (limited to 'OpenSim/Framework/Communications/Capabilities')
-rw-r--r-- | OpenSim/Framework/Communications/Capabilities/Caps.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Capabilities/Caps.cs b/OpenSim/Framework/Communications/Capabilities/Caps.cs index 82ef08d..d56cf6f 100644 --- a/OpenSim/Framework/Communications/Capabilities/Caps.cs +++ b/OpenSim/Framework/Communications/Capabilities/Caps.cs | |||
@@ -304,7 +304,7 @@ namespace OpenSim.Region.Capabilities | |||
304 | private LLUUID newAssetID; | 304 | private LLUUID newAssetID; |
305 | private LLUUID inventoryItemID; | 305 | private LLUUID inventoryItemID; |
306 | private BaseHttpServer httpListener; | 306 | private BaseHttpServer httpListener; |
307 | private bool SaveAssets = false; | 307 | private bool SaveAssets = true; |
308 | private string m_assetName = ""; | 308 | private string m_assetName = ""; |
309 | 309 | ||
310 | /// <summary> | 310 | /// <summary> |