mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- No need to provide the name for autogen decks.
This commit is contained in:
@@ -437,7 +437,7 @@ public abstract class GameLobby implements IHasGameType {
|
||||
}
|
||||
else if (autoGenerateVariant != null) {
|
||||
Deck autoDeck = autoGenerateVariant.autoGenerateDeck(rp);
|
||||
deck = new Deck("Autogenerated Deck");
|
||||
deck = new Deck();
|
||||
for (DeckSection d : DeckSection.values()) {
|
||||
if (autoDeck.has(d)) {
|
||||
deck.getOrCreate(d).clear();
|
||||
|
||||
Reference in New Issue
Block a user