Skip to content

Commit

Permalink
Fix the feedback of NotebotQueueRemoveCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
Nat1anWasTaken committed Mar 26, 2023
1 parent 3288e14 commit f0e051d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ private static int run(CommandContext<FabricClientCommandSource> context) {
return 0;
}

mc.player.sendMessage(Text.literal("§6Removed §a" + name + "§6 at §e" + index + "from the queue."));
mc.player.sendMessage(Text.literal("§6Removed §a" + name + "§6 at §e" + index + " §6from the queue."));

return 1;
}
Expand Down

0 comments on commit f0e051d

Please sign in to comment.