aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMW2007-03-30 15:51:38 +0000
committerMW2007-03-30 15:51:38 +0000
commitef4cae5587ad601a4df06fffe7c097932854c0a7 (patch)
tree05301e6c55f2f476c6ac28b8624111928f865fa3
parentDone some fixes to the ODE plugin, but its still not working correctly, belie... (diff)
downloadopensim-SC_OLD-ef4cae5587ad601a4df06fffe7c097932854c0a7.zip
opensim-SC_OLD-ef4cae5587ad601a4df06fffe7c097932854c0a7.tar.gz
opensim-SC_OLD-ef4cae5587ad601a4df06fffe7c097932854c0a7.tar.bz2
opensim-SC_OLD-ef4cae5587ad601a4df06fffe7c097932854c0a7.tar.xz
-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);