mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
silencing some getActivatingPlayer() not set warnings.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user