mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
SoE: require client 0.2.6
Require latest https://github.com/black-sliver/ap-soeclient/ currently hosted on evermizer.com/apclient.beta
This commit is contained in:

committed by
Fabian Dill

parent
2ca6b7f929
commit
f326de2686
@@ -318,6 +318,9 @@ class SoEWorld(World):
|
||||
payload = multidata["connect_names"][self.world.player_name[self.player]]
|
||||
multidata["connect_names"][self.connect_name] = payload
|
||||
|
||||
def get_required_client_version(self):
|
||||
return max((0, 2, 6), super(SoEWorld, self).get_required_client_version())
|
||||
|
||||
|
||||
class SoEItem(Item):
|
||||
game: str = "Secret of Evermore"
|
||||
|
Reference in New Issue
Block a user