Datapackage: log custom mode use

This commit is contained in:
Fabian Dill 2021-09-26 09:10:27 +02:00
parent 952a155003
commit 8c525a5e33
1 changed files with 2 additions and 0 deletions

View File

@ -38,3 +38,5 @@ network_data_package = {
# Set entire datapackage to version 0 if any of them are set to 0
if any(not world.data_version for world in AutoWorldRegister.world_types.values()):
network_data_package["version"] = 0
import logging
logging.warning("Datapackage is in custom mode.")