mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
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