mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Fix dropping foil from card when copying
This commit is contained in:
@@ -23,7 +23,7 @@ public class IntegerConstraint {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
if( min == max ) {
|
||||
if (min == max) {
|
||||
return String.valueOf( min );
|
||||
}
|
||||
return "between " + min + " and " + max;
|
||||
|
||||
Reference in New Issue
Block a user