allow Factorio Client to recognize if it's trying to connect to the wrong multiworld.
This commit is contained in:
@@ -44,6 +44,7 @@ class MultiWorld():
|
||||
self.shops = []
|
||||
self.itempool = []
|
||||
self.seed = None
|
||||
self.seed_name: str = "Unavailable"
|
||||
self.precollected_items = []
|
||||
self.state = CollectionState(self)
|
||||
self._cached_entrances = None
|
||||
|
||||
Reference in New Issue
Block a user