diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandunlimited.java b/Essentials/src/com/earth2me/essentials/commands/Commandunlimited.java index 8ea13a786..682806700 100644 --- a/Essentials/src/com/earth2me/essentials/commands/Commandunlimited.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commandunlimited.java @@ -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);