mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-25 09:59:20 +01:00
Small Changes.
This commit is contained in:
parent
808dabf600
commit
27c9523bd7
3 changed files with 6 additions and 3 deletions
|
|
@ -92,7 +92,7 @@ public class CommandHandler : IDisposable
|
|||
|
||||
private bool PrintHelp(string arguments)
|
||||
{
|
||||
if (!string.Equals(arguments, "help", StringComparison.OrdinalIgnoreCase) && arguments == "?")
|
||||
if (!string.Equals(arguments, "help", StringComparison.OrdinalIgnoreCase) && arguments != "?")
|
||||
_chat.Print(new SeStringBuilder().AddText("The given argument ").AddRed(arguments, true)
|
||||
.AddText(" is not valid. Valid arguments are:").BuiltString);
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue