"Rule of 4" is optional for per format.

This commit is contained in:
marcins78
2013-02-13 16:29:35 +00:00
parent d5fc6697ae
commit 0d6179f01e

View File

@@ -33,7 +33,7 @@ public class LotroFormatLibrary {
Boolean cancelRingBearerSkirmish = (Boolean) formatDef.get("cancelRingBearerSkirmish");
if (cancelRingBearerSkirmish == null)
cancelRingBearerSkirmish = false;
Boolean hasRuleOfFour = (Boolean) formatDef.get("hasRuleOfFour");
Boolean hasRuleOfFour = (Boolean) formatDef.get("ruleOfFour");
if (hasRuleOfFour == null)
hasRuleOfFour = true;