We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce6bee8 + 4109157 commit b4bdf84Copy full SHA for b4bdf84
1 file changed
type.skyblockgeneric/src/main/java/net/swofty/type/skyblockgeneric/SkyBlockGenericLoader.java
@@ -158,7 +158,7 @@ public void initialize(MinecraftServer server) {
158
/**
159
* Register commands
160
*/
161
- loopThroughPackage("net.swofty.type.skyblockgeneric.command.commands", HypixelCommand.class).forEach(command -> {
+ loopThroughPackage("net.swofty.type.skyblockgeneric.commands", HypixelCommand.class).forEach(command -> {
162
try {
163
MinecraftServer.getCommandManager().register(command.getCommand());
164
} catch (Exception e) {
0 commit comments