Sunny Bat
Results
2
comments of
Sunny Bat
> I see opportunity for some cleaner code: `if (self.world.duplicate_items[self.player].value == 0): # Progression only` could be in the style of: `if self.world.duplicate_items[self.player] == Options.DuplicateItems.option_progression:` example: > > https://github.com/ArchipelagoMW/Archipelago/blob/c617bba95993a8b7099a678b59ff1062d932266d/worlds/subnautica/__init__.py#L86 >...
Apparently I've been using the wrong JavaMail configuration properties for various servers. I hope to have a fix for this posted soon.