forked from ChomeNS/chomens-bot-java
fix skill issue
This commit is contained in:
parent
a5b8ff6eb9
commit
2cb5269d78
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ false
|
|||
}
|
||||
}
|
||||
|
||||
if (discord) context.sendOutput(discordComponent);
|
||||
if (discord && !list.isEmpty()) context.sendOutput(discordComponent);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
context.sendOutput(Component.text(e.toString()).color(NamedTextColor.RED));
|
||||
|
|
Loading…
Reference in a new issue