1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-12 09:35:26 +02:00

Merge branch 'master' of github.com:khobbits/Essentials

This commit is contained in:
KHobbits
2011-08-20 21:58:55 +01:00

View File

@@ -45,6 +45,7 @@ public class Commandrepair extends EssentialsCommand
}
String itemName = item.getType().toString().toLowerCase().replace('_', ' ');
charge(user);
user.sendMessage(Util.format("repair", itemName));
}
else if (args[0].equalsIgnoreCase("all"))
@@ -70,6 +71,7 @@ public class Commandrepair extends EssentialsCommand
}
else
{
charge(user);
user.sendMessage(Util.format("repair", itemList.toString()));
}