We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb10bf5 commit d59ae28Copy full SHA for d59ae28
1 file changed
src/main/java/baritone/command/defaults/SetCommand.java
@@ -189,7 +189,6 @@ public void execute(String label, IArgConsumer args) throws CommandException {
189
oldValueComponent.setStyle(oldValueComponent.getStyle()
190
.withColor(ChatFormatting.GRAY)
191
.withHoverEvent(new HoverEvent.ShowText(
192
-
193
Component.literal("Click to set the setting back to this value")
194
))
195
.withClickEvent(new ClickEvent.RunCommand(
0 commit comments