Protip: don't commit when you have debug in ClientView set to true.

This commit is contained in:
MW
2007-06-20 17:47:15 +00:00
parent 3e484d1aaf
commit 97afe4ea42
2 changed files with 5 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ namespace OpenSim
private AgentAssetUpload UploadAssets;
private LLUUID newAssetFolder = LLUUID.Zero;
private bool debug = true;
private bool debug = false;
protected IWorld m_world;
private Dictionary<uint, ClientView> m_clientThreads;
private AssetCache m_assetCache;