refactor class

This commit is contained in:
unurled 2024-03-14 12:15:58 +01:00
parent 3a2d6f3ed8
commit 8b370a8e85
Signed by: unurled
GPG key ID: FDBC9CBE1F82423F

View file

@ -34,6 +34,7 @@ public class CommandManager extends Manager {
super.load();
registerCommand("attributes", AttributeCommand.class);
registerCommand("clientbuild", ClientBuildCommand.class);
registerCommand("resetadventure", ResetAdventureCommand.class);
}