Fixing display hack for the walk-ons

This commit is contained in:
Christian 'ketura' McCarty
2024-09-14 12:16:06 -05:00
parent b7954e226d
commit 1c62c52c3d

View File

@@ -665,7 +665,7 @@ var GempLotrHallUI = Class.extend({
//TODO: Replace this with an actual fix on the server side
if(name.includes("Casual - WC")) {
name = "<td><b>2024 Format Championships" + userDesc + "</b></td>"
name = "<td><b>2024 Last-chance Walk-on Qualifiers" + userDesc + "</b></td>"
}
row.append(name);
row.append("<td>" + statusDescription + "</td>");