Updating WC verbiage hack
This commit is contained in:
@@ -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>");
|
||||
|
||||
Reference in New Issue
Block a user