WebHost: fix location_name_group related spinup crash
This commit is contained in:
parent
942d689093
commit
c61f467218
|
@ -131,6 +131,8 @@ def get_static_server_data() -> dict:
|
|||
"gamespackage": worlds.network_data_package["games"],
|
||||
"item_name_groups": {world_name: world.item_name_groups for world_name, world in
|
||||
worlds.AutoWorldRegister.world_types.items()},
|
||||
"location_name_groups": {world_name: world.location_name_groups for world_name, world in
|
||||
worlds.AutoWorldRegister.world_types.items()},
|
||||
}
|
||||
|
||||
for world_name, world in worlds.AutoWorldRegister.world_types.items():
|
||||
|
|
Loading…
Reference in New Issue