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:
black-sliver 2022-03-22 09:24:25 +01:00 committed by Fabian Dill
parent 2ca6b7f929
commit f326de2686
1 changed files with 3 additions and 0 deletions

View File

@ -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"