mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-26 08:29:44 +00: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:
parent
792b1c7af5
commit
28da8fa91c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue