Skip to content

Commit

Permalink
fixed detekt and wording
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Oct 26, 2024
1 parent f226fc1 commit 257640f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/at/hannibal2/skyhanni/data/IslandGraphs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ object IslandGraphs {
componentText.onClick(
onClick = {
stop()
"§e[SkyHanni] Navigation manually stopped!".asComponent().send(PATHFIND_ID)
"§e[SkyHanni] Navigation stopped!".asComponent().send(PATHFIND_ID)
},
)
componentText.hover = "§eClick to stop navigating!".asComponent()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import net.minecraftforge.fml.common.eventhandler.SubscribeEvent

@SkyHanniModule
object ShiftClickBrewing {
private val closeButtonIndex = 49
private const val closeButtonIndex = 49

@SubscribeEvent
fun onSlotClick(event: GuiContainerEvent.SlotClickEvent) {
Expand Down

0 comments on commit 257640f

Please sign in to comment.