Added improved logging through the engine for the server console.
This commit is contained in:
parent
43e93706ab
commit
bcd9f46b0a
10 changed files with 115 additions and 27 deletions
|
@ -39,7 +39,7 @@ namespace MudEngine.GameScripts.Commands
|
|||
names.Add(match.Value.ToLower());
|
||||
}
|
||||
|
||||
if (names.Count < 1)
|
||||
if (names.Count < 1 && character.Role == CharacterRoles.Admin)
|
||||
{
|
||||
character.SendMessage("You must provide a target character name.");
|
||||
ShowHelp(character);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue