From 6c1f9539496508422ab647fa733c7ecfacc85945 Mon Sep 17 00:00:00 2001 From: Natalie Date: Mon, 13 Apr 2026 13:38:25 -0700 Subject: [PATCH] =?UTF-8?q?chore(@projects/@magic-civilization):=20?= =?UTF-8?q?=F0=9F=94=A7=20remove=20redundant=20map=5Ftype=20setting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- src/game/engine/scenes/tests/auto_play.gd | 1 - 1 file changed, 1 deletion(-) diff --git a/src/game/engine/scenes/tests/auto_play.gd b/src/game/engine/scenes/tests/auto_play.gd index 38d858f3..fb0ee85a 100644 --- a/src/game/engine/scenes/tests/auto_play.gd +++ b/src/game/engine/scenes/tests/auto_play.gd @@ -397,7 +397,6 @@ func _process(_delta: float) -> void: # Force Pangaea so all players share one landmass (no water barriers) GameState.game_settings["map_type"] = "pangaea" GameState.game_settings["num_players"] = 2 - GameState.game_settings["map_type"] = "pangaea" _state = "wait_loading" _frame = 0 if _frame > 120: