-reconfigured solution and projects to be correct debug/release and files copy properly
-started working on more advanced statistics
This commit is contained in:
@ -219,7 +219,7 @@ namespace SharedLibrary.Commands
|
||||
{
|
||||
int count = 0;
|
||||
StringBuilder helpResponse = new StringBuilder();
|
||||
List<Command> CommandList = E.Owner.Manager.GetCommands();
|
||||
var CommandList = E.Owner.Manager.GetCommands();
|
||||
|
||||
foreach (Command C in CommandList)
|
||||
{
|
||||
|
Reference in New Issue
Block a user