mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28: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() {
|
||||
private static final long serialVersionUID = 2920036758177137722L;
|
||||
private CardList pumped = new CardList();
|
||||
public void execute() {
|
||||
//Reset old cards
|
||||
@@ -5550,7 +5551,7 @@ public class GameActionUtil {
|
||||
|
||||
//Find creature(s) with highest cmc
|
||||
int maxCMC = -1;
|
||||
boolean keepLooping = true;
|
||||
//boolean keepLooping = true;
|
||||
CardList creats = AllZoneUtil.getCreaturesInPlay();
|
||||
for(Card c : creats)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user