This commit is contained in:
jackh 2025-03-25 11:48:17 -07:00
parent 3f6fb92f1b
commit 56348f3cf3
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ public class CommandManager {
registerCommand(new Enemy());
registerCommand(new Profiles());
registerCommand(new Q());
registerCommand(new QList());
registerCommand(new Status());
}