1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-13 01:54:25 +02:00

[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 abb4a8eeb3
commit 72b234c84f

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);