Actually show placeholders when the expansion is not installed

This commit is contained in:
extendedclip 2018-04-08 15:41:25 -04:00
parent 1e9811507f
commit b7003c5142

View File

@ -217,7 +217,7 @@ public class ExpansionCloudCommands implements CommandExecutor {
if (!(s instanceof Player) || plugin.getExpansionManager().getRegisteredExpansion(expansion.getName()) == null) {
msg(s, "&bPlaceholders: &f" + placeholders.size(),
String.join("&a, &f"));
String.join("&a, &f", placeholders));
return true;
}