Skip to content

Commit

Permalink
refactor: refactor MiniMessage constant
Browse files Browse the repository at this point in the history
  • Loading branch information
ole1011 committed Nov 25, 2024
1 parent dbadd3d commit 34bd4bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public interface MiniMessageProvider {
/**
* A constant MiniMessage instance.
*/
MiniMessage MM = MiniMessage.miniMessage();
MiniMessage MM = miniMessage();

/**
* Returns a MiniMessage instance.
Expand Down

0 comments on commit 34bd4bf

Please sign in to comment.