Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMWolfs committed Jan 1, 2024
1 parent f2e1538 commit 08203cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object GardenCropMilestones {
"data.garden.milestone.crop",
"§7Harvest §f(?<name>.*) §7on .*"
)
private val totalPattern by RepoPattern.pattern(
val totalPattern by RepoPattern.pattern(
"data.garden.milestone.total",
"§7Total: §a(?<name>.*)"
)
Expand Down

0 comments on commit 08203cc

Please sign in to comment.