a few generics and misc code cleanup
slight tweaks/opt
This commit is contained in:
parent
83190372f8
commit
566de1c2cf
20 changed files with 125 additions and 164 deletions
|
|
@ -35,7 +35,7 @@ namespace Server.Commands.Generic
|
|||
}
|
||||
else
|
||||
{
|
||||
BaseCommand command = (BaseCommand) this.Commands[e.GetString( 1 )];
|
||||
BaseCommand command = this.Commands[e.GetString( 1 )];
|
||||
|
||||
if ( command == null )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue