We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f353a commit 768cad9Copy full SHA for 768cad9
src/main/kotlin/gg/skytils/skytilsmod/features/impl/mining/MiningFeatures.kt
@@ -238,7 +238,7 @@ object MiningFeatures {
238
Skytils.config.skymallReminder && SBInfo.mode == SkyblockIsland.DwarvenMines.mode
239
) {
240
val message = UMessage("§cSkymall reset ")
241
- message.append(UTextComponent("§b[HOTM])").setClick(MCClickEventAction.RUN_COMMAND, "/hotm"))
+ message.append(UTextComponent("§b[HOTM]").setClick(MCClickEventAction.RUN_COMMAND, "/hotm"))
242
message.chat()
243
}
244
0 commit comments