Skip to content

Commit

Permalink
Update ConsoleCommands/ConsoleCommandWithArgument.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Solareon <[email protected]>
  • Loading branch information
sailro and solareon authored Apr 25, 2024
1 parent 6ae3438 commit 53a1818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConsoleCommands/ConsoleCommandWithArgument.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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) =>
{
Expand Down

0 comments on commit 53a1818

Please sign in to comment.