The Messenger: bump required client version (#2544)

Co-authored-by: Fabian Dill <Berserker66@users.noreply.github.com>
This commit is contained in:
Aaron Wagener 2023-12-07 01:23:05 -06:00 committed by GitHub
parent 57001ced0f
commit 69ae12823a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class MessengerWorld(World):
"Money Wrench", "Money Wrench",
], base_offset)} ], base_offset)}
required_client_version = (0, 4, 1) required_client_version = (0, 4, 2)
web = MessengerWeb() web = MessengerWeb()