CommandFramework #107
@ -224,7 +224,7 @@ public abstract class SWCommand {
|
||||
st.append("§7...");
|
||||
}
|
||||
if (!subCommand.description.isEmpty()) {
|
||||
st.append("§8 - §7").append(message.parse(subCommand.description, sender));
|
||||
st.append("§8 - §7").append(message != null ? message.parse(subCommand.description, sender) : subCommand.description);
|
||||
}
|
||||
help.add(st.toString());
|
||||
});
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren