get rid of unused m_verbose field

This commit is contained in:
Justin Clark-Casey (justincc)
2011-11-01 21:18:28 +00:00
parent 12bd0ebd34
commit 53f3b76a84

View File

@@ -49,7 +49,6 @@ namespace pCampBot
protected CommandConsole m_console;
protected List<PhysicsBot> m_lBot;
protected bool m_verbose = true;
protected Random somthing = new Random(Environment.TickCount);
protected int numbots = 0;
public IConfig Config { get; private set; }