Removed done todo
This commit is contained in:
parent
92649340d2
commit
44c586c25c
@ -27,7 +27,6 @@ import static net.fabricmc.fabric.api.client.command.v2.ClientCommandManager.lit
|
|||||||
public class DiscjockeyCommand {
|
public class DiscjockeyCommand {
|
||||||
public static void register() {
|
public static void register() {
|
||||||
ClientCommandManager.DISPATCHER.register(
|
ClientCommandManager.DISPATCHER.register(
|
||||||
// TODO: 5/30/2022 Add play/stop sub-commands
|
|
||||||
literal("discjockey")
|
literal("discjockey")
|
||||||
.executes(context -> {
|
.executes(context -> {
|
||||||
FabricClientCommandSource source = context.getSource();
|
FabricClientCommandSource source = context.getSource();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user