From 1989ea971616d76964ddb218c88c62884d16e58d Mon Sep 17 00:00:00 2001 From: LmeSzinc Date: Tue, 26 May 2020 03:45:44 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E5=85=89=E4=B9=8B=E5=A3=81=E5=9C=A8?= =?UTF-8?q?=E5=91=A8=E5=9B=9E=E6=A8=A1=E5=BC=8F=E6=97=B6=E4=BB=8D=E7=84=B6?= =?UTF-8?q?=E5=AD=98=E5=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/map/fleet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/map/fleet.py b/module/map/fleet.py index 8f9d050c2..408db9088 100644 --- a/module/map/fleet.py +++ b/module/map/fleet.py @@ -330,7 +330,7 @@ class Fleet(Camera, MapOperation, AmbushHandler): self.map.reset() self.handle_map_green_config_cover() self.map.poor_map_data = self.config.POOR_MAP_DATA - self.map.grid_connection_initial(wall=self.config.MAP_HAS_WALL and not self.is_map_green) + self.map.grid_connection_initial(wall=self.config.MAP_HAS_WALL) self.hp_init() self.handle_strategy(index=self.fleet_current_index) self.ensure_edge_insight(preset=self.map.in_map_swipe_preset_data)