- CheckStyle.

This commit is contained in:
Chris
2012-11-12 01:58:08 +00:00
parent 287d7652ee
commit c1f9094840

View File

@@ -51,9 +51,10 @@ public class CharmAi extends SpellAiLogic {
break; break;
} }
} }
if (thisPick != null) if (thisPick != null) {
chosenList.add(thisPick); chosenList.add(thisPick);
} }
}
return chosenList.size() >= min ? chosenList : null; return chosenList.size() >= min ? chosenList : null;
} }
} }