MudGame commands are corrected to work with the new abstract BaseCommands class.
This commit is contained in:
parent
974cc0f9b8
commit
16ef50f59a
13 changed files with 13 additions and 13 deletions
|
@ -17,7 +17,7 @@ public class CommandLook : BaseCommand
|
|||
/// <summary>
|
||||
/// Constructor for the class.
|
||||
/// </summary>
|
||||
public void Execute(String command, BaseCharacter player)
|
||||
public override void Execute(String command, BaseCharacter player)
|
||||
{
|
||||
//If the players Room is null, then we need to let them know that they are
|
||||
//currently not residing within a Room. If this occures for some reason, the player will
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue