mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
not mucking with selected index
This commit is contained in:
@@ -767,7 +767,6 @@ public class AdventurePlayer implements Serializable, SaveFileContent {
|
||||
*/
|
||||
public void deleteDeck() {
|
||||
decks[selectedDeckIndex] = new Deck(Forge.getLocalizer().getMessage("lblEmptyDeck"));
|
||||
selectedDeckIndex = 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user