Skip to content

Commit

Permalink
Core: update required_server_version to 0.5.0 (ArchipelagoMW#3580)
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker66 authored and qwint committed Jun 24, 2024
1 parent 4f2a335 commit f4f13c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/AutoWorld.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ class World(metaclass=AutoWorldRegister):
future. Protocol level compatibility check moved to MultiServer.min_client_version.
"""

required_server_version: Tuple[int, int, int] = (0, 2, 4)
required_server_version: Tuple[int, int, int] = (0, 5, 0)
"""update this if the resulting multidata breaks forward-compatibility of the server"""

hint_blacklist: ClassVar[FrozenSet[str]] = frozenset()
Expand Down

0 comments on commit f4f13c6

Please sign in to comment.