Skip to content

Commit

Permalink
Fixed that L
Browse files Browse the repository at this point in the history
  • Loading branch information
j10a1n15 committed Jan 2, 2024
1 parent 3b436e0 commit 23d86da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import kotlin.concurrent.thread

class HypixelData {
private val group = RepoPattern.group("data.hypixeldata")
private val tabListProfilePattern by group.pattern("tabListprofile", "§e§lProfile: §r§a(?<profile>.*)")
private val tabListProfilePattern by group.pattern("tablistprofile", "§e§lProfile: §r§a(?<profile>.*)")
private val lobbyTypePattern by group.pattern("lobbytype", "(?<lobbyType>.*lobby)\\d+")
private val islandNamePattern by group.pattern("islandname", "§b§l(Area|Dungeon): §r§7(?<island>.*)")

Expand Down

0 comments on commit 23d86da

Please sign in to comment.