Missed this

This commit is contained in:
James Munson
2019-06-14 01:09:41 -07:00
parent 7fa4d4c64c
commit 37fb09efc7

View File

@@ -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);
} }
} }