Skip to content

Commit

Permalink
CustomServer: re-add missing Archipelago to data package (Archipelago…
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver authored and James Schurig committed Jun 13, 2024
1 parent edf4255 commit af53779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebHostLib/customserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def load(self, room_id: int):
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 = {}

Expand Down

0 comments on commit af53779

Please sign in to comment.