diff --git a/ConsoleCommands/ConsoleCommandWithArgument.cs b/ConsoleCommands/ConsoleCommandWithArgument.cs index befbf963..9278d20f 100644 --- a/ConsoleCommands/ConsoleCommandWithArgument.cs +++ b/ConsoleCommands/ConsoleCommandWithArgument.cs @@ -20,7 +20,7 @@ internal abstract class ConsoleCommandWithArgument : ConsoleCommand public override void Register() { #if DEBUG - AddConsoleLog($"Registering {Name} command..."); + AddConsoleLog($"Registering {Name} command with arguments..."); #endif ConsoleScreen.Processor.RegisterCommand(Name, (string args) => {