Cleaning up queue name.
This commit is contained in:
@@ -335,7 +335,7 @@ public class HallServer extends AbstractServer {
|
||||
String tournamentQueueKey = tournamentQueueEntry.getKey();
|
||||
TournamentQueue tournamentQueue = tournamentQueueEntry.getValue();
|
||||
visitor.visitTournamentQueue(tournamentQueueKey, tournamentQueue.getCost(), tournamentQueue.getCollectionType().getFullName(),
|
||||
_formatLibrary.getFormat(tournamentQueue.getFormat()).getName(), "Queue: " + tournamentQueue.getTournamentQueueName(),
|
||||
_formatLibrary.getFormat(tournamentQueue.getFormat()).getName(), tournamentQueue.getTournamentQueueName(),
|
||||
tournamentQueue.getPlayerCount(), tournamentQueue.isPlayerSignedUp(player.getName()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user