mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: Additional camera_data for spawn point
This commit is contained in:
parent
de7d2fb58b
commit
46a7676aac
@ -205,7 +205,7 @@ class Camera(InfoHandler):
|
||||
|
||||
queue = self.map.camera_data
|
||||
if battle_count == 0:
|
||||
queue.add(self.map.camera_data_spawn_point)
|
||||
queue = queue.add(self.map.camera_data_spawn_point)
|
||||
|
||||
while len(queue) > 0:
|
||||
if self.map.missing_is_none(battle_count, mystery_count, siren_count, carrier_count):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user