diff --git a/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/hall/HallServer.java b/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/hall/HallServer.java index a624df2e5..865330ef1 100644 --- a/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/hall/HallServer.java +++ b/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/hall/HallServer.java @@ -270,7 +270,12 @@ public class HallServer extends AbstractServer { for (Map.Entry tableInformation : _awaitingTables.entrySet()) { final AwaitingTable table = tableInformation.getValue(); - visitor.visitTable(tableInformation.getKey(), null, false, "Waiting", table.getLotroFormat().getName(), getTournamentName(table), table.getPlayerNames(), null); + Set players; + if (table.getLeague() != null) + players = Collections.emptySet(); + else + players = table.getPlayerNames(); + visitor.visitTable(tableInformation.getKey(), null, false, "Waiting", table.getLotroFormat().getName(), getTournamentName(table), players, null); } // Then non-finished