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
|
@ -28,7 +28,7 @@ public class CommandCreate : BaseCommand
|
|||
/// </summary>
|
||||
/// <param name="command"></param>
|
||||
/// <param name="player"></param>
|
||||
public void Execute(String command, BaseCharacter player)
|
||||
public override void Execute(String command, BaseCharacter player)
|
||||
{
|
||||
//Check if the player has the proper security role in order to create content for the game world.
|
||||
if ((player.Role != SecurityRoles.Admin) && (player.Role != SecurityRoles.GM))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue