[ArchipIDLE] Fix inefficiency caused by indentation error
This commit is contained in:
parent
67d59067eb
commit
b5ce6f0bb0
worlds/archipidle
|
@ -36,7 +36,7 @@ class ArchipIDLEWorld(World):
|
|||
item.game = 'ArchipIDLE'
|
||||
item_pool.append(item)
|
||||
|
||||
self.world.itempool = item_pool
|
||||
self.world.itempool = item_pool
|
||||
|
||||
def set_rules(self):
|
||||
set_rules(self.world, self.player)
|
||||
|
|
Loading…
Reference in New Issue