Added - non-WC queues display pairing type in waiting tables section
This commit is contained in:
@@ -924,7 +924,8 @@ var GempLotrHallUI = Class.extend({
|
||||
if (isWC) {
|
||||
htmlTd += "WC";
|
||||
} else {
|
||||
htmlTd += "Tournament"
|
||||
// For system, ignore all after ',' (min players)
|
||||
htmlTd += queue.getAttribute("system").split(',')[0] + " Tournament";
|
||||
}
|
||||
htmlTd += " - " + type + " - <div style='display:inline'"
|
||||
if (type.includes("Table") && queue.hasAttribute("draftCode")) {
|
||||
|
||||
Reference in New Issue
Block a user