OoT: prevent connection from outdated clients
This commit is contained in:
parent
c326566bd2
commit
9ecd320c8c
|
@ -83,6 +83,8 @@ class OOTWorld(World):
|
|||
|
||||
data_version = 1
|
||||
|
||||
required_client_version = (0, 3, 2)
|
||||
|
||||
def __init__(self, world, player):
|
||||
self.hint_data_available = threading.Event()
|
||||
super(OOTWorld, self).__init__(world, player)
|
||||
|
|
Loading…
Reference in New Issue