Remove title from corp panel

This is completely unnecessary as it is obvious and is just using screen
estate for no real reason. Also we dont do this for any other plugin.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-06-24 19:55:30 +02:00
parent 5f558657a8
commit 41d79b02a8

View File

@@ -42,7 +42,6 @@ import net.runelite.client.ui.overlay.OverlayPriority;
import net.runelite.client.ui.overlay.components.ComponentConstants;
import net.runelite.client.ui.overlay.components.LineComponent;
import net.runelite.client.ui.overlay.components.PanelComponent;
import net.runelite.client.ui.overlay.components.TitleComponent;
class CorpDamageOverlay extends Overlay
{
@@ -85,10 +84,6 @@ class CorpDamageOverlay extends Overlay
panelComponent.getChildren().clear();
panelComponent.getChildren().add(TitleComponent.builder()
.text("Corporeal Beast")
.build());
NPC core = corpPlugin.getCore();
if (core != null)
{