Skip to content

Commit

Permalink
Add placeholder prefix and suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
ceze88 committed Jul 8, 2024
1 parent 4ba9254 commit 363ff47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public class MiniMessagePlaceholder {
private final String value;

public MiniMessagePlaceholder(String placeholder, String value) {
this.placeholder = placeholder;
this.placeholder = "%" + placeholder + "%";
this.value = value;
}

Expand Down

0 comments on commit 363ff47

Please sign in to comment.