mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
silencing some getActivatingPlayer() not set warnings.
This commit is contained in:
@@ -40,6 +40,7 @@ public class Input_PayManaCostUtil
|
|||||||
while(it.hasNext())
|
while(it.hasNext())
|
||||||
{
|
{
|
||||||
Ability_Mana ma = it.next();
|
Ability_Mana ma = it.next();
|
||||||
|
ma.setActivatingPlayer(AllZone.HumanPlayer);
|
||||||
if (!ma.canPlay()) it.remove();
|
if (!ma.canPlay()) it.remove();
|
||||||
else if (!canMake(ma, cneeded.toString())) it.remove();
|
else if (!canMake(ma, cneeded.toString())) it.remove();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user