Removed Hobbit format card lists
Hoping to fix format tab
This commit is contained in:
@@ -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>");
|
||||
|
||||
Reference in New Issue
Block a user