Fixed - WC playing tables names being generated on server (the server part is in prev commit in ConstructedTournament class)

This commit is contained in:
jakub.salavec
2025-05-14 14:45:24 +02:00
parent b487be32dc
commit b533b78880

View File

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