Skip to content

Commit

Permalink
Update src/main/java/at/hannibal2/skyhanni/features/mining/crystalhol…
Browse files Browse the repository at this point in the history
…lows/CrystalHollowsLobbyAgeWarning.kt

Co-authored-by: CalMWolfs <[email protected]>
  • Loading branch information
RayDeeUx and CalMWolfs authored Jan 18, 2024
1 parent 12cb9f3 commit 0217fa3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ class CrystalHollowsLobbyAgeWarning {

private val TICKS_PER_MC_DAY: Long = 24000L

private val crystalHollowsLobbyRepoGroup = RepoPattern.group("chlobbyage")
private val playerCountTabListPattern by crystalHollowsLobbyRepoGroup.pattern(
private val patternGroup = RepoPattern.group("mining.crystalhollows.lobbyage")
private val playerCountTabListPattern by patternGroup.pattern(
"playercount.tablist",
" *(?:§.)*Players[\\S ]*[({\\[](?<playerCount>[\\S ]+)[)}\\]]"
)
Expand Down

0 comments on commit 0217fa3

Please sign in to comment.