mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
fix a couple Java warnings.
This commit is contained in:
@@ -5535,6 +5535,7 @@ public class GameActionUtil {
|
|||||||
};
|
};
|
||||||
|
|
||||||
public static Command Favor_of_the_Mighty = new Command() {
|
public static Command Favor_of_the_Mighty = new Command() {
|
||||||
|
private static final long serialVersionUID = 2920036758177137722L;
|
||||||
private CardList pumped = new CardList();
|
private CardList pumped = new CardList();
|
||||||
public void execute() {
|
public void execute() {
|
||||||
//Reset old cards
|
//Reset old cards
|
||||||
@@ -5550,7 +5551,7 @@ public class GameActionUtil {
|
|||||||
|
|
||||||
//Find creature(s) with highest cmc
|
//Find creature(s) with highest cmc
|
||||||
int maxCMC = -1;
|
int maxCMC = -1;
|
||||||
boolean keepLooping = true;
|
//boolean keepLooping = true;
|
||||||
CardList creats = AllZoneUtil.getCreaturesInPlay();
|
CardList creats = AllZoneUtil.getCreaturesInPlay();
|
||||||
for(Card c : creats)
|
for(Card c : creats)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user