Updating WC verbiage hack

This commit is contained in:
Christian 'ketura' McCarty
2024-10-25 19:07:23 -05:00
parent f35970339b
commit 1ef242549a

View File

@@ -732,9 +732,9 @@ var GempLotrHallUI = Class.extend({
name += "</td>";
//TODO: Replace this with an actual fix on the server side
//TODO: Replace this with an actual fix on the server side
if(name.includes("Casual - WC")) {
name = "<td><b>2024 World Championship - Group Stage" + userDesc + "</b></td>"
name = "<td><b>2024 World Championship" + userDesc + "</b></td>"
}
row.append(name);
row.append("<td>" + statusDescription + "</td>");