aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim.RegionServer/SimClient.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim.RegionServer/SimClient.cs b/OpenSim.RegionServer/SimClient.cs
index 6ea9e6e..6e81733 100644
--- a/OpenSim.RegionServer/SimClient.cs
+++ b/OpenSim.RegionServer/SimClient.cs
@@ -69,7 +69,7 @@ namespace OpenSim
69 private const int MAX_SEQUENCE = 0xFFFFFF; 69 private const int MAX_SEQUENCE = 0xFFFFFF;
70 private AgentAssetUpload UploadAssets; 70 private AgentAssetUpload UploadAssets;
71 private LLUUID newAssetFolder = LLUUID.Zero; 71 private LLUUID newAssetFolder = LLUUID.Zero;
72 private bool debug = true;//false; 72 private bool debug = false;
73 private World m_world; 73 private World m_world;
74 private Dictionary<uint, SimClient> m_clientThreads; 74 private Dictionary<uint, SimClient> m_clientThreads;
75 private AssetCache m_assetCache; 75 private AssetCache m_assetCache;
@@ -764,7 +764,6 @@ namespace OpenSim
764 { 764 {
765 if (packet.InventoryBlock.Type == 7) 765 if (packet.InventoryBlock.Type == 7)
766 { 766 {
767 this.debug = true;
768 //lets try this out with creating a notecard 767 //lets try this out with creating a notecard
769 AssetBase asset = new AssetBase(); 768 AssetBase asset = new AssetBase();
770 asset.Name = Helpers.FieldToString(packet.InventoryBlock.Name); 769 asset.Name = Helpers.FieldToString(packet.InventoryBlock.Name);