DataPackage: remove legacy format
This commit is contained in:
parent
1e64b817f6
commit
3627d8f1ae
|
@ -27,8 +27,6 @@ for world_name, world in AutoWorldRegister.world_types.items():
|
||||||
lookup_any_location_id_to_name.update(world.location_id_to_name)
|
lookup_any_location_id_to_name.update(world.location_id_to_name)
|
||||||
|
|
||||||
network_data_package = {
|
network_data_package = {
|
||||||
"lookup_any_location_id_to_name": lookup_any_location_id_to_name, # legacy, to be removed
|
|
||||||
"lookup_any_item_id_to_name": lookup_any_item_id_to_name, # legacy, to be removed
|
|
||||||
"version": sum(world.data_version for world in AutoWorldRegister.world_types.values()),
|
"version": sum(world.data_version for world in AutoWorldRegister.world_types.values()),
|
||||||
"games": games,
|
"games": games,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue