Skip to content

Commit

Permalink
credits command
Browse files Browse the repository at this point in the history
  • Loading branch information
SpGerg committed May 25, 2024
1 parent 993d2fe commit 54acc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PaganismCustomConsole/API/Features/CustomConsole.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public CustomConsole(bool isDebug)
{
new CompileCommand(this),
new ChangeDirectoryCommand(this),
new InfoCommand(this)
new CreditsCommand(this)
};

IsDebug = isDebug;
Expand Down

0 comments on commit 54acc6c

Please sign in to comment.