SC2: use warning log level for potentially broken map files

This commit is contained in:
Fabian Dill 2023-01-24 03:45:43 +01:00
parent 1d1693df62
commit 807f544b26
1 changed files with 2 additions and 2 deletions

View File

@ -203,8 +203,8 @@ class SC2Context(CommonContext):
if is_mod_update_available("TheCondor07", "Starcraft2ArchipelagoData", current_ver):
sc2_logger.info("NOTICE: Update for required files found. Run /download_data to install.")
elif maps_present:
sc2_logger.info("NOTICE: Your map files may be outdated (version number not found). Run /download_data "
"to update them.")
sc2_logger.warning("NOTICE: Your map files may be outdated (version number not found). "
"Run /download_data to update them.")
def on_print_json(self, args: dict):