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