mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Bugfix: Removed "always on top" from quest spell shop.
This commit is contained in:
@@ -180,7 +180,6 @@ public class SubmenuQuestUtil {
|
|||||||
|
|
||||||
final QuestCardShop g = new QuestCardShop(AllZone.getQuestData());
|
final QuestCardShop g = new QuestCardShop(AllZone.getQuestData());
|
||||||
g.show(exit);
|
g.show(exit);
|
||||||
g.setAlwaysOnTop(true);
|
|
||||||
g.setVisible(true);
|
g.setVisible(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user