aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-11-01 21:18:28 +0000
committerJustin Clark-Casey (justincc)2011-11-01 21:18:28 +0000
commit53f3b76a84e6fb90b1f197977054a16ec86ccc7f (patch)
tree6fe5c0d14fce8860b52987ac86fdfb7dbe28739b /OpenSim
parentstop recording the threads on which we happen to start bots. These are point... (diff)
downloadopensim-SC_OLD-53f3b76a84e6fb90b1f197977054a16ec86ccc7f.zip
opensim-SC_OLD-53f3b76a84e6fb90b1f197977054a16ec86ccc7f.tar.gz
opensim-SC_OLD-53f3b76a84e6fb90b1f197977054a16ec86ccc7f.tar.bz2
opensim-SC_OLD-53f3b76a84e6fb90b1f197977054a16ec86ccc7f.tar.xz
get rid of unused m_verbose field
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Tools/pCampBot/BotManager.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Tools/pCampBot/BotManager.cs b/OpenSim/Tools/pCampBot/BotManager.cs
index bfb664f..d2b7ded 100644
--- a/OpenSim/Tools/pCampBot/BotManager.cs
+++ b/OpenSim/Tools/pCampBot/BotManager.cs
@@ -49,7 +49,6 @@ namespace pCampBot
49 49
50 protected CommandConsole m_console; 50 protected CommandConsole m_console;
51 protected List<PhysicsBot> m_lBot; 51 protected List<PhysicsBot> m_lBot;
52 protected bool m_verbose = true;
53 protected Random somthing = new Random(Environment.TickCount); 52 protected Random somthing = new Random(Environment.TickCount);
54 protected int numbots = 0; 53 protected int numbots = 0;
55 public IConfig Config { get; private set; } 54 public IConfig Config { get; private set; }