From 07f3b6f9c07ffc86569fb9ba786eb63b50d57558 Mon Sep 17 00:00:00 2001 From: PhallenCassidy Date: Sun, 9 Oct 2016 12:13:59 -0400 Subject: [PATCH] Formatting --- .../com/gempukku/lotro/game/formats/LotroFormatLibrary.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/game/formats/LotroFormatLibrary.java b/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/game/formats/LotroFormatLibrary.java index 145709604..e01cdc2cb 100644 --- a/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/game/formats/LotroFormatLibrary.java +++ b/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/game/formats/LotroFormatLibrary.java @@ -72,14 +72,14 @@ public class LotroFormatLibrary { format.addValidCard((String) valid); } - //Additional Hobbit Draft deck restrictions - JSONArray limit2Cards = (JSONArray) formatDef.get("limit2"); + //Additional Hobbit Draft deck restrictions + JSONArray limit2Cards = (JSONArray) formatDef.get("limit2"); if (limit2Cards != null) for (Object limit2 : limit2Cards) { format.addLimit2Card((String) limit2); } - JSONArray limit3Cards = (JSONArray) formatDef.get("limit3"); + JSONArray limit3Cards = (JSONArray) formatDef.get("limit3"); if (limit3Cards != null) for (Object limit3 : limit3Cards) { format.addLimit2Card((String) limit3);