mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
core: clarify usage of classmethods in World class (#1449)
This commit is contained in:
@@ -201,7 +201,7 @@ class SoEWorld(World):
|
||||
return SoEItem(item.name, classification, self.item_name_to_id[item.name], self.player)
|
||||
|
||||
@classmethod
|
||||
def stage_assert_generate(cls, world):
|
||||
def stage_assert_generate(cls, multiworld):
|
||||
rom_file = get_base_rom_path()
|
||||
if not os.path.exists(rom_file):
|
||||
raise FileNotFoundError(rom_file)
|
||||
|
Reference in New Issue
Block a user