Removed Hobbit format card lists

Hoping to fix format tab
This commit is contained in:
PhallenCassidy
2017-07-09 22:11:02 -04:00
committed by GitHub
parent a052c5982a
commit bb74d44b0d

View File

@@ -352,16 +352,6 @@ public class HallRequestHandler extends LotroServerRequestHandler implements Uri
result.append("</li>");
//Additional Hobbit Draft format section
if (lotroFormat.getLimit2Cards().size() != 0) {
result.append("<li>Cards limited to 2 copies: ");
for (String blueprintId : lotroFormat.getLimit2Cards())
result.append(GameUtils.getCardLink(blueprintId, _library.getLotroCardBlueprint(blueprintId)) + ", ");
result.append("</li>");
}
if (lotroFormat.getLimit3Cards().size() != 0) {
result.append("<li>Cards limited to 3 copies: ");
for (String blueprintId : lotroFormat.getLimit3Cards())
result.append(GameUtils.getCardLink(blueprintId, _library.getLotroCardBlueprint(blueprintId)) + ", ");
result.append("</li>");
result.append("<a href=\"http://lotrtcgwiki.com/forums/index.php/topic,10735.0.html\">Click here for additional information</a>");
}
result.append("</ul>");
@@ -400,16 +390,6 @@ public class HallRequestHandler extends LotroServerRequestHandler implements Uri
result.append("</li>");
//Additional Hobbit Draft format section
if (lotroFormat.getLimit2Cards().size() != 0) {
result.append("<li>Cards limited to 2 copies: ");
for (String blueprintId : lotroFormat.getLimit2Cards())
result.append(GameUtils.getCardLink(blueprintId, _library.getLotroCardBlueprint(blueprintId)) + ", ");
result.append("</li>");
}
if (lotroFormat.getLimit3Cards().size() != 0) {
result.append("<li>Cards limited to 3 copies: ");
for (String blueprintId : lotroFormat.getLimit3Cards())
result.append(GameUtils.getCardLink(blueprintId, _library.getLotroCardBlueprint(blueprintId)) + ", ");
result.append("</li>");
result.append("<a href=\"http://lotrtcgwiki.com/forums/index.php/topic,10735.0.html\">Click here for additional information</a>");
}
result.append("</ul>");