Make BoosterCollator not share state between tables on a server (#8312)

This commit is contained in:
Alex W. Jackson 2021-09-23 08:06:08 -04:00 committed by GitHub
parent bcb42b8f46
commit 384051d9eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 712 additions and 1406 deletions

View file

@ -3,7 +3,7 @@ package mage.collation;
/**
* @author TheElk801
*/
public abstract class CardRun extends Rotater<String> {
public class CardRun extends Rotater<String> {
public CardRun(boolean keepOrder, String... numbers) {
super(keepOrder, numbers);