CustomServer: re-add missing Archipelago to data package (#3341)

This commit is contained in:
black-sliver 2024-05-19 20:40:08 +02:00 committed by GitHub
parent 8e9a050889
commit 019dfb8242
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class WebHostContext(Context):
static_gamespackage = self.gamespackage # this is shared across all rooms
static_item_name_groups = self.item_name_groups
static_location_name_groups = self.location_name_groups
self.gamespackage = {} # this may be modified by _load
self.gamespackage = {"Archipelago": static_gamespackage["Archipelago"]} # this may be modified by _load
self.item_name_groups = {}
self.location_name_groups = {}