[SM] min client version change (#347)
This commit is contained in:
parent
e0aa52ed27
commit
fb1be7b003
|
@ -167,7 +167,8 @@ class SMWorld(World):
|
|||
|
||||
def get_required_client_version(self):
|
||||
# changes to client DeathLink handling for 0.2.1
|
||||
return max(super(SMWorld, self).get_required_client_version(), (0, 2, 1))
|
||||
# changes to client Remote Item handling for 0.2.6
|
||||
return max(super(SMWorld, self).get_required_client_version(), (0, 2, 6))
|
||||
|
||||
def getWord(self, w):
|
||||
return (w & 0x00FF, (w & 0xFF00) >> 8)
|
||||
|
|
Loading…
Reference in New Issue