Stop CoX party size from showing before varb is loaded

This commit is contained in:
Magic fTail
2018-10-05 22:57:15 +02:00
parent 2c29924891
commit 34d44845f3

View File

@@ -76,7 +76,7 @@ public class RaidsPointsOverlay extends Overlay
.right(POINTS_FORMAT.format(personalPoints)) .right(POINTS_FORMAT.format(personalPoints))
.build()); .build());
if (partySize != 1) if (partySize > 1)
{ {
panel.getChildren().add(LineComponent.builder() panel.getChildren().add(LineComponent.builder()
.left("Party size:") .left("Party size:")