silencing some getActivatingPlayer() not set warnings.

This commit is contained in:
jendave
2011-08-06 23:13:25 +00:00
parent 68acc3a0df
commit 5d30d477f1

View File

@@ -40,6 +40,7 @@ public class Input_PayManaCostUtil
while(it.hasNext())
{
Ability_Mana ma = it.next();
ma.setActivatingPlayer(AllZone.HumanPlayer);
if (!ma.canPlay()) it.remove();
else if (!canMake(ma, cneeded.toString())) it.remove();