fixed
This commit is contained in:
parent
4e941e36b9
commit
521e728edd
3 changed files with 3 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ namespace Server.Commands.Generic
|
|||
else
|
||||
{
|
||||
BaseCommand command = null;
|
||||
m_Commands.TryGetValue( e.GetString( 1 ), out command );
|
||||
Commands.TryGetValue( e.GetString( 1 ), out command );
|
||||
|
||||
if ( command == null )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue