Fix
This commit is contained in:
@@ -41,7 +41,6 @@ import net.runelite.client.ui.FontManager;
|
||||
import net.runelite.client.ui.overlay.WidgetItemOverlay;
|
||||
import net.runelite.client.ui.overlay.components.TextComponent;
|
||||
|
||||
|
||||
class ItemChargeOverlay extends WidgetItemOverlay
|
||||
{
|
||||
private final ItemChargePlugin itemChargePlugin;
|
||||
@@ -151,7 +150,6 @@ class ItemChargeOverlay extends WidgetItemOverlay
|
||||
charges = chargeItem.getCharges();
|
||||
}
|
||||
|
||||
|
||||
final Rectangle bounds = itemWidget.getCanvasBounds();
|
||||
final TextComponent textComponent = new TextComponent();
|
||||
textComponent.setPosition(new
|
||||
|
||||
Reference in New Issue
Block a user