Skip to content

Commit 51d56ec

Browse files
committed
Fix build error for unimplemented method
1 parent 8898c86 commit 51d56ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/brigadier/src/redempt/ordinate/brigadier/BrigadierCommandConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public <C extends CommandComponent<T>> void register(Class<C> type, BrigadierAda
1515
}
1616

1717
public CommandNode<T> convertToBrigadier(CommandBase<T> command) {
18-
18+
return null;
1919
}
2020

2121
}

0 commit comments

Comments
 (0)