[trunk] Unlimited: List unlimited items with /unlimited list <player>

git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1120 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
snowleo 2011-04-04 14:40:16 +00:00
parent 792b1c7af5
commit 28da8fa91c

View file

@ -39,7 +39,7 @@ public class Commandunlimited extends EssentialsCommand
for (Integer integer : target.getUnlimited()) {
if (!first) {
sb.append(", ");
first = true;
first = false;
}
String matname = Material.getMaterial(integer).toString().toLowerCase().replace("_", "-");
sb.append(matname);