From 0450cbdf800108ccc1f2c82658ec2bf70b4ab865 Mon Sep 17 00:00:00 2001 From: LmeSzinc Date: Sun, 14 Jun 2020 02:28:52 +0800 Subject: [PATCH] Fix: The info_bar blocks the ammo icon when reversing fleet --- module/map/map_operation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/module/map/map_operation.py b/module/map/map_operation.py index 8170bb0f2..39e239ca6 100644 --- a/module/map/map_operation.py +++ b/module/map/map_operation.py @@ -161,6 +161,7 @@ class MapOperation(MysteryHandler, FleetPreparation, Retirement, FastForwardHand return False self.fleet_switch_click() + self.ensure_no_info_bar() # The info_bar which shows "Changed to fleet 2", will block the ammo icon return True def handle_spare_fleet(self):