From 163d4ad3472a4ea848086a2e12eb2ec4acc8b2f1 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Tue, 3 Mar 2020 20:34:54 +0200 Subject: [PATCH] Ah welp Good thing the tests caught it =) --- core/src/com/unciv/UncivGame.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/com/unciv/UncivGame.kt b/core/src/com/unciv/UncivGame.kt index bc363a76bc..14750d9cd1 100644 --- a/core/src/com/unciv/UncivGame.kt +++ b/core/src/com/unciv/UncivGame.kt @@ -38,7 +38,7 @@ class UncivGame( * This exists so that when debugging we can see the entire map. * Remember to turn this to false before commit and upload! */ - var viewEntireMapForDebug = true + var viewEntireMapForDebug = false /** For when you need to test something in an advanced game and don't have time to faff around */ val superchargedForDebug = false