mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
Removed "always on top" from drafting process.
This commit is contained in:
@@ -388,6 +388,5 @@ public class DraftingProcess extends DeckEditorBase<CardPrinted, DeckGroup> {
|
|||||||
this.getBottomTableWithCards().sort(1, true);
|
this.getBottomTableWithCards().sort(1, true);
|
||||||
|
|
||||||
this.setVisible(true);
|
this.setVisible(true);
|
||||||
this.setAlwaysOnTop(true);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user