update Copyright

This commit is contained in:
Fabian Dill 2022-02-17 08:21:26 +01:00
parent daea0f3e5e
commit 7633392eea
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
MIT License
Copyright (c) 2017 LLCoolDave
Copyright (c) 2021 Berserker66
Copyright (c) 2022 Berserker66
Copyright (c) 2021 CaitSith2
Copyright (c) 2021 LegendaryLinux

View File

@ -30,7 +30,7 @@ from randomizer import VariaRandomizer
class SMCollectionState(metaclass=AutoLogicRegister):
def init_mixin(self, parent: MultiWorld):
# for unit tests where MultiWorld is instanciated before worlds
# for unit tests where MultiWorld is instantiated before worlds
if hasattr(parent, "state"):
self.smbm = {player: SMBoolManager(player, parent.state.smbm[player].maxDiff,
parent.state.smbm[player].onlyBossLeft) for player in