Skip to content

Commit

Permalink
delete the required_*_version attrs since it turns out I completely m…
Browse files Browse the repository at this point in the history
…isunderstood them
  • Loading branch information
Ixrec committed Mar 24, 2024
1 parent 236166b commit 149e954
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions worlds/outer_wilds/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ class OuterWildsWorld(World):
game = "Outer Wilds"
web = OuterWildsWebWorld()

# because we use options_dataclass, this is the minimum AP version we support generating with
required_client_version = (0, 4, 4)
# but the server is allowed to be a little older
required_server_version = (0, 4, 3)

# eotu_coordinates = 'vanilla'

def generate_early(self) -> None:
Expand Down

0 comments on commit 149e954

Please sign in to comment.