A bit more clear.

This commit is contained in:
Acrobot 2013-02-08 19:30:35 +01:00
parent c357ad89f0
commit 6a48340dc6
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ public class MaterialUtil {
* @return ItemStack's name
*/
public static String getName(ItemStack itemStack) {
return getName(itemStack, true);
return getName(itemStack, LONG_NAME);
}
/**