Skip to content

Commit

Permalink
Add patch_suffix to the client
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLX5 committed Apr 25, 2024
1 parent 7a34c57 commit 0fd8a60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worlds/mmx/Client.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@

class MMXSNIClient(SNIClient):
game = "Mega Man X"
patch_suffix = ".apmmx"

def __init__(self):
super().__init__()
Expand Down

0 comments on commit 0fd8a60

Please sign in to comment.