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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user