mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
Always default to Main world when starting a new quest.
This commit is contained in:
@@ -229,6 +229,9 @@ public enum VSubmenuQuestData implements IVSubmenu<CSubmenuQuestData> {
|
||||
for (QuestWorld qw : Singletons.getModel().getWorlds()) {
|
||||
cbxStartingWorld.addItem(qw);
|
||||
}
|
||||
// Default to 'Main world'
|
||||
cbxStartingWorld.setSelectedItem(Singletons.getModel().getWorlds().get("Main world"));
|
||||
|
||||
cbxStartingWorld.addActionListener(alStartingWorld);
|
||||
updateEnableFormats();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user