Merge pull request #1004 from deathbeam/remove-item-stack-count
Do not display stack in price tooltips
This commit is contained in:
@@ -217,10 +217,6 @@ class ItemPricesOverlay extends Overlay
|
||||
|
||||
private String stackValueText(int qty, int gePrice, int haValue)
|
||||
{
|
||||
if (qty > 1)
|
||||
{
|
||||
itemStringBuilder.append("(").append(qty).append(") ");
|
||||
}
|
||||
if (gePrice > 0)
|
||||
{
|
||||
itemStringBuilder.append("EX: ")
|
||||
|
||||
Reference in New Issue
Block a user