Skip to content

Commit

Permalink
removed test pattern change
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Dec 16, 2023
1 parent 07bf66c commit 905ae15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class GardenLevelDisplay {
private val config get() = GardenAPI.config.gardenLevels
private val expToNextLevelPattern by RepoPattern.pattern("garden.level.inventory.nextxp", ".* §e(?<nextLevelExp>.*)§6/.*")
private val overflowPattern by RepoPattern.pattern("garden.level.inventory.overflow", ".*§r §6(?<overflow>.*)")
private val currentLevelPattern by RepoPattern.pattern("garden.level.inventory.currentlevel", ".*Garden Level (?<currentLevel>.*)")
private val currentLevelPattern by RepoPattern.pattern("garden.level.inventory.currentlevel", "Garden Level (?<currentLevel>.*)")
private var display = ""
private val visitorRewardPattern by RepoPattern.pattern("garden.level.chat.increase", " {4}§r§8\\+§r§2(?<exp>.*) §r§7Garden Experience")

Expand Down

0 comments on commit 905ae15

Please sign in to comment.