forked from External/mage
Fix 'chosen' spelling (#9021)
This commit is contained in:
parent
74a16d179f
commit
9084180937
26 changed files with 103 additions and 103 deletions
|
|
@ -20,7 +20,7 @@ public class ModeChoiceSourceCondition implements Condition {
|
|||
|
||||
@Override
|
||||
public boolean apply(Game game, Ability source) {
|
||||
String choosenMode = (String) game.getState().getValue(source.getSourceId() + "_modeChoice");
|
||||
return choosenMode != null && choosenMode.equals(mode);
|
||||
String chosenMode = (String) game.getState().getValue(source.getSourceId() + "_modeChoice");
|
||||
return chosenMode != null && chosenMode.equals(mode);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue