Improve SWCommand message visibility

This commit is contained in:
2025-10-28 18:30:49 +01:00
parent 0c371fb403
commit 022276e05a
@@ -44,7 +44,7 @@ public class SWCommand extends AbstractSWCommand<CommandSender> {
private Command command;
@Setter
private Message message = null;
protected Message message = null;
private List<String> defaultHelpMessages = new ArrayList<>();
protected SWCommand(String command) {