From 95002bc69b013400621daf55d07806845d9487f8 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Fri, 4 Sep 2020 13:09:01 +0300 Subject: [PATCH] Getting the mod list for download now works from Android as well --- core/src/com/unciv/ui/worldscreen/mainmenu/DropBox.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/src/com/unciv/ui/worldscreen/mainmenu/DropBox.kt b/core/src/com/unciv/ui/worldscreen/mainmenu/DropBox.kt index 91ac821963..4e687366b4 100644 --- a/core/src/com/unciv/ui/worldscreen/mainmenu/DropBox.kt +++ b/core/src/com/unciv/ui/worldscreen/mainmenu/DropBox.kt @@ -140,8 +140,6 @@ object Github { { action(this) - doOutput = true - try { return inputStream } catch (ex: Exception) {