- Fixed a typo

This commit is contained in:
swordshine
2014-02-13 05:17:48 +00:00
parent 35d8ea0949
commit e7f0776098
3 changed files with 3 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ public class HumanPlaySpellAbility {
game.getStack().freezeStack();
if (manaConversion) {
AbilityUtils.applyManaColorConvertion(human, params);
AbilityUtils.applyManaColorConversion(human, params);
}
// This line makes use of short-circuit evaluation of boolean values, that is each subsequent argument
// is only executed or evaluated if the first argument does not suffice to determine the value of the expression