OoT: prevent connection from outdated clients

This commit is contained in:
Fabian Dill 2022-04-24 04:59:46 +02:00 committed by KonoTyran
parent c326566bd2
commit 9ecd320c8c
1 changed files with 2 additions and 0 deletions

View File

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