Skip to content

Commit

Permalink
remove: trailing parenthesis on skymall reset reminder (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoNyaa authored and My-Name-Is-Jeff committed Aug 9, 2024
1 parent bc3e5cd commit a3a0b80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ object MiningFeatures {
Skytils.config.skymallReminder && SBInfo.mode == SkyblockIsland.DwarvenMines.mode
) {
val message = UMessage("§cSkymall reset ")
message.append(UTextComponent("§b[HOTM])").setClick(MCClickEventAction.RUN_COMMAND, "/hotm"))
message.append(UTextComponent("§b[HOTM]").setClick(MCClickEventAction.RUN_COMMAND, "/hotm"))
message.chat()
}
}
Expand Down

0 comments on commit a3a0b80

Please sign in to comment.