Skip to content

Commit

Permalink
Update worlds/ladx/LADXR/itempool.py
Browse files Browse the repository at this point in the history
Co-authored-by: Scipio Wright <[email protected]>
  • Loading branch information
threeandthreee and ScipioWright authored Dec 2, 2024
1 parent f7ec487 commit 4482c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/ladx/LADXR/itempool.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@


class ItemPool:
def __init__(self, logic, settings, rnd, stabilize_item_pool):
def __init__(self, logic, settings, rnd, stabilize_item_pool: bool):
self.__pool = {}
self.__setup(logic, settings)

Expand Down

0 comments on commit 4482c8d

Please sign in to comment.