forked from SteamWar/SteamWar
Improve SWCommand message visibility
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user