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;
|
private Command command;
|
||||||
|
|
||||||
@Setter
|
@Setter
|
||||||
private Message message = null;
|
protected Message message = null;
|
||||||
private List<String> defaultHelpMessages = new ArrayList<>();
|
private List<String> defaultHelpMessages = new ArrayList<>();
|
||||||
|
|
||||||
protected SWCommand(String command) {
|
protected SWCommand(String command) {
|
||||||
|
|||||||
Reference in New Issue
Block a user