mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
SC2: use warning log level for potentially broken map files
This commit is contained in:
@@ -203,8 +203,8 @@ class SC2Context(CommonContext):
|
|||||||
if is_mod_update_available("TheCondor07", "Starcraft2ArchipelagoData", current_ver):
|
if is_mod_update_available("TheCondor07", "Starcraft2ArchipelagoData", current_ver):
|
||||||
sc2_logger.info("NOTICE: Update for required files found. Run /download_data to install.")
|
sc2_logger.info("NOTICE: Update for required files found. Run /download_data to install.")
|
||||||
elif maps_present:
|
elif maps_present:
|
||||||
sc2_logger.info("NOTICE: Your map files may be outdated (version number not found). Run /download_data "
|
sc2_logger.warning("NOTICE: Your map files may be outdated (version number not found). "
|
||||||
"to update them.")
|
"Run /download_data to update them.")
|
||||||
|
|
||||||
|
|
||||||
def on_print_json(self, args: dict):
|
def on_print_json(self, args: dict):
|
||||||
|
Reference in New Issue
Block a user