mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Replacing the duplicate RememberedSize with the the Remembered Counter that already existed.
This commit is contained in:
@@ -1448,10 +1448,6 @@ public class CardFactoryUtil {
|
||||
return crdname.size();
|
||||
}
|
||||
|
||||
if (l[0].startsWith("RememberedSize")) {
|
||||
return CardFactoryUtil.doXMath(c.getRemembered().size(), m, c);
|
||||
}
|
||||
|
||||
// Count$CountersAdded <CounterType> <ValidSource>
|
||||
if (l[0].startsWith("CountersAdded")) {
|
||||
final String[] components = l[0].split(" ", 3);
|
||||
|
||||
Reference in New Issue
Block a user