diff --git a/core/src/com/unciv/logic/automation/NextTurnAutomation.kt b/core/src/com/unciv/logic/automation/NextTurnAutomation.kt index 48a806121b..192b069701 100644 --- a/core/src/com/unciv/logic/automation/NextTurnAutomation.kt +++ b/core/src/com/unciv/logic/automation/NextTurnAutomation.kt @@ -26,7 +26,7 @@ class NextTurnAutomation{ respondToTradeRequests(civInfo) if(civInfo.isMajorCiv()) { - offerDeclarationOfFriendship(civInfo) +// offerDeclarationOfFriendship(civInfo) offerPeaceTreaty(civInfo) offerResearchAgreement(civInfo) exchangeTechs(civInfo) diff --git a/core/src/com/unciv/ui/mapeditor/MapDownloadPopup.kt b/core/src/com/unciv/ui/mapeditor/MapDownloadPopup.kt index 3e019c8c96..df058c42ff 100644 --- a/core/src/com/unciv/ui/mapeditor/MapDownloadPopup.kt +++ b/core/src/com/unciv/ui/mapeditor/MapDownloadPopup.kt @@ -34,6 +34,9 @@ class MapDownloadPopup(loadMapScreen: LoadMapScreen): Popup(loadMapScreen) { scrollableMapTable.add(downloadMapButton).row() } contentTable.add(ScrollPane(scrollableMapTable)).height(screen.stage.height * 2 / 3).row() + pack() + close() + open() } } catch (ex: Exception) { addGoodSizedLabel("Could not get list of maps!").row()