Reverted Hobbit format changes altogether

When I can implement the changes I want reliably, I'll submit another request. Until then, I hope this repairs the Format Rules tab.
This commit is contained in:
PhallenCassidy
2017-07-10 07:44:32 -04:00
committed by GitHub
parent bb74d44b0d
commit 5f2ce1bf22

View File

@@ -350,10 +350,6 @@ public class HallRequestHandler extends LotroServerRequestHandler implements Uri
if (lotroFormat.getValidCards().size() == 0)
result.append("none,");
result.append("</li>");
//Additional Hobbit Draft format section
if (lotroFormat.getLimit2Cards().size() != 0) {
result.append("<a href=\"http://lotrtcgwiki.com/forums/index.php/topic,10735.0.html\">Click here for additional information</a>");
}
result.append("</ul>");
responseWriter.writeHtmlResponse(result.toString());
@@ -388,10 +384,6 @@ public class HallRequestHandler extends LotroServerRequestHandler implements Uri
if (lotroFormat.getValidCards().size() == 0)
result.append("none,");
result.append("</li>");
//Additional Hobbit Draft format section
if (lotroFormat.getLimit2Cards().size() != 0) {
result.append("<a href=\"http://lotrtcgwiki.com/forums/index.php/topic,10735.0.html\">Click here for additional information</a>");
}
result.append("</ul>");
}