Skip to content

Commit

Permalink
fix key name
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMWolfs committed Jan 30, 2024
1 parent 51fc65a commit a202d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/at/hannibal2/skyhanni/utils/UtilsPatterns.kt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object UtilsPatterns {
"(?:§f§f)?§7\\[Lvl (?<level>\\d+)] .*"
)

val seasonPattern by RepoPattern.pattern(
val seasonPattern by patternGroup.pattern(
"skyblocktime.season",
"(?:Early |Late )?(?<season>Spring|Summer|Autumn|Winter)"
)
Expand Down

0 comments on commit a202d25

Please sign in to comment.