Optimize SWCommand.internalHelp
Dieser Commit ist enthalten in:
Ursprung
02e7918e17
Commit
e09fc62bb2
@ -249,7 +249,7 @@ public abstract class SWCommand {
|
||||
st.append("§7...");
|
||||
}
|
||||
if (!subCommand.description.isEmpty()) {
|
||||
st.append("§8 - §7").append(subCommand.description);
|
||||
st.append("§8 - §7").append(message.apply(subCommand.description, sender));
|
||||
}
|
||||
help.add(st.toString());
|
||||
});
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren