Skip to content

Commit

Permalink
Update Files.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvris committed Mar 14, 2024
1 parent 2e55118 commit 7c97a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worlds/Files.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ def get_manifest(self) -> Dict[str, Any]:
manifest["result_file_ending"] = self.result_file_ending
manifest["patch_file_ending"] = self.patch_file_ending
manifest["procedure"] = self.procedure
if self.procedure != APDeltaPatch.procedure:
manifest["compatible_version"] = 6
if self.procedure == APDeltaPatch.procedure:
manifest["compatible_version"] = 5
return manifest

def read_contents(self, opened_zipfile: zipfile.ZipFile) -> None:
Expand Down

0 comments on commit 7c97a11

Please sign in to comment.