mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Fix a typo in a previous commit.
This commit is contained in:
@@ -565,7 +565,7 @@ public class AbilityManaPart implements java.io.Serializable {
|
||||
if (identity.hasBlue()) { sb.append("U "); }
|
||||
if (identity.hasBlack()) { sb.append("B "); }
|
||||
if (identity.hasRed()) { sb.append("R "); }
|
||||
if (identity.hasGreen()) { sb.append("R "); }
|
||||
if (identity.hasGreen()) { sb.append("G "); }
|
||||
// TODO: Add support for {C}.
|
||||
return sb.length() == 0 ? "" : sb.substring(0, sb.length() - 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user