Missed this
This commit is contained in:
@@ -52,6 +52,7 @@ public class RaidsPartyOverlay extends Overlay
|
|||||||
{
|
{
|
||||||
public static final String PARTY_OVERLAY_RESET = "Reset missing";
|
public static final String PARTY_OVERLAY_RESET = "Reset missing";
|
||||||
public static final String PARTY_OVERLAY_REFRESH = "Refresh party";
|
public static final String PARTY_OVERLAY_REFRESH = "Refresh party";
|
||||||
|
private final PanelComponent panelComponent = new PanelComponent();
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
private Client client;
|
private Client client;
|
||||||
@@ -189,6 +190,8 @@ public class RaidsPartyOverlay extends Overlay
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
panelComponent.getChildren().add(tableComponent);
|
||||||
|
|
||||||
return panel.render(graphics);
|
return panel.render(graphics);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user