Add some missing things for new skill commands

This commit is contained in:
nossr50
2020-07-29 10:22:18 -07:00
parent 8112973dbe
commit a82b899eb6
4 changed files with 26 additions and 12 deletions

View File

@@ -111,6 +111,13 @@ public final class CommandRegistrationManager {
command.setExecutor(new WoodcuttingCommand());
break;
case CROSSBOWS:
command.setExecutor(new CrossbowsCommand());
break;
case TRIDENTS:
command.setExecutor(new TridentsCommand());
break;
default:
break;
}