Skip to content

Commit

Permalink
Fix: Powder Tracker NPE on older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lunaynx committed Jul 15, 2024
1 parent 9e0ffec commit 70ce8dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ enum class PowderChestReward(val displayName: String, pattern: String) {
;

val chatPattern by RepoPattern.pattern(
"mining.powder.tracker.reward." + this.patternName(),
"mining.powder.tracker.reward.${this.patternName()}.new",
pattern,
)

Expand Down

0 comments on commit 70ce8dc

Please sign in to comment.