Skip to content

Commit

Permalink
Changed regex in case hypixel changes color codes
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsEmpa committed Jan 4, 2024
1 parent dcf9722 commit 3f601f8
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 @@ -29,7 +29,7 @@ class HypixelData {
private val group = RepoPattern.group("data.hypixeldata")
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>.*)")
private val islandNamePattern by group.pattern("islandname", "(?:§.)*(Area|Dungeon): (?:§.)*(?<island>.*)")

private var lastLocRaw = 0L

Expand Down

0 comments on commit 3f601f8

Please sign in to comment.