perf: make var final
This commit is contained in:
parent
f2e2c4f599
commit
6e20c22147
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ public class NickoCommand implements CommandExecutor {
|
|||
§6/nicko §f- §7Open the GUI.
|
||||
§6/nicko help §f- §7Print this help message.
|
||||
""";
|
||||
private String adminHelpMessage = """
|
||||
private final String adminHelpMessage = """
|
||||
{admin} §6/nicko disguise §b<player> §f- §7Change specified player's appearance.
|
||||
{admin} §6/nicko revert §b<player> §f- §7Revert specified player's appearance to their default skin and name.
|
||||
{admin} §6/nicko check §b<player> §f- §7Print detailed information about specified player's appearance.
|
||||
|
|
Loading…
Reference in a new issue