diff --git a/LICENSE b/LICENSE index 1227f512..b32edac0 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/worlds/sm/__init__.py b/worlds/sm/__init__.py index d829a6d6..6471db24 100644 --- a/worlds/sm/__init__.py +++ b/worlds/sm/__init__.py @@ -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