mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-01 10:33:22 -07:00
Update AutoWorld.py
This commit is contained in:
@@ -32,7 +32,7 @@ class AutoWorldRegister(type):
|
||||
if version_tuple > dct["highest_archipelago_version"]:
|
||||
raise WorldVersionIncompatible(
|
||||
f"World {name} for {dct.get('game', None)} "
|
||||
f"supports Archipelago up to {dct['required_archipelago_version']}, but this is {version_tuple}")
|
||||
f"supports Archipelago up to {dct['highest_archipelago_version']}, but this is {version_tuple}")
|
||||
if "web" in dct:
|
||||
assert isinstance(dct["web"], WebWorld), "WebWorld has to be instantiated."
|
||||
# filter out any events
|
||||
|
||||
Reference in New Issue
Block a user