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) {
|
if (isWC) {
|
||||||
htmlTd += "WC";
|
htmlTd += "WC";
|
||||||
} else {
|
} else {
|
||||||
htmlTd += "Tournament"
|
// For system, ignore all after ',' (min players)
|
||||||
|
htmlTd += queue.getAttribute("system").split(',')[0] + " Tournament";
|
||||||
}
|
}
|
||||||
htmlTd += " - " + type + " - <div style='display:inline'"
|
htmlTd += " - " + type + " - <div style='display:inline'"
|
||||||
if (type.includes("Table") && queue.hasAttribute("draftCode")) {
|
if (type.includes("Table") && queue.hasAttribute("draftCode")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user