mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
OoT: prevent connection from outdated clients
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user