Skip to content

Commit 768cad9

Browse files
NeoNyaaMy-Name-Is-Jeff
authored andcommitted
remove: trailing parenthesis on skymall reset reminder (#493)
1 parent 49f353a commit 768cad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/gg/skytils/skytilsmod/features/impl/mining/MiningFeatures.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ object MiningFeatures {
238238
Skytils.config.skymallReminder && SBInfo.mode == SkyblockIsland.DwarvenMines.mode
239239
) {
240240
val message = UMessage("§cSkymall reset ")
241-
message.append(UTextComponent("§b[HOTM])").setClick(MCClickEventAction.RUN_COMMAND, "/hotm"))
241+
message.append(UTextComponent("§b[HOTM]").setClick(MCClickEventAction.RUN_COMMAND, "/hotm"))
242242
message.chat()
243243
}
244244
}

0 commit comments

Comments
 (0)