update pokemon and messenger

This commit is contained in:
alwaysintreble
2023-04-06 03:13:52 -05:00
parent e3ba50aa02
commit 0f6d72eb0b
5 changed files with 10 additions and 9 deletions

View File

@@ -233,7 +233,7 @@ class MultiWorld():
def set_options(self, args: Namespace) -> None:
for option_key in Options.common_options:
setattr(self, option_key, getattr(args, option_key, {}))
setattr(self, option_key, getattr(args, option_key, ))
for option_key in Options.per_game_common_options:
setattr(self, option_key, getattr(args, option_key, {}))