Replies: 1 comment
-
Apparently this actually does cause problems in the event maps. So let it exitst. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In module>map>map_operation.py lines 390 - 410 exists function
handle_fleet_reverse
. Noticed that there is the comment:After the update of auto-search, the game no longer ignore user settings.
while at the same time the logger would output a warning message:
logger.warning(f"You shouldn't use a reversed fleet order ({self.config.Fleet_FleetOrder}) in normal mode.") logger.warning('Please reverse your Fleet 1 and Fleet 2, ' 'use "fleet1_mob_fleet2_boss" or "fleet1_all_fleet2_standby"')
.I looked at the blame and found that the latter piece of code was added 10 months after the first comment was submitted. Was there any special reason behind outputting this warning? Can and should this warning be ignored?
Beta Was this translation helpful? Give feedback.
All reactions