mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-23 16:45:56 +08:00
Fix: cost_2 sort is not working when FLEET_2 is empty but having fleet 2 on map (#2643)
This commit is contained in:
@@ -508,7 +508,7 @@ class Fleet(Camera, AmbushHandler):
|
|||||||
if self.fleet_2_location:
|
if self.fleet_2_location:
|
||||||
self.map[self.fleet_2_location].is_fleet = True
|
self.map[self.fleet_2_location].is_fleet = True
|
||||||
location_dict = {}
|
location_dict = {}
|
||||||
if self.config.FLEET_2:
|
if self.fleet_2_location:
|
||||||
location_dict[2] = self.fleet_2_location
|
location_dict[2] = self.fleet_2_location
|
||||||
location_dict[1] = self.fleet_1_location
|
location_dict[1] = self.fleet_1_location
|
||||||
# Release fortress block
|
# Release fortress block
|
||||||
|
|||||||
Reference in New Issue
Block a user