mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Removed a debug line.
This commit is contained in:
@@ -914,7 +914,6 @@ public class ComputerUtil {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
System.out.println("Mana X Color: " + manaXColor);
|
|
||||||
if (manaXColor.isEmpty()) {
|
if (manaXColor.isEmpty()) {
|
||||||
cost.increaseColorlessMana(manaToAdd);
|
cost.increaseColorlessMana(manaToAdd);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user