The Witness: Fix absolute world import (#2905)

This commit is contained in:
NewSoupVi
2024-03-05 22:51:29 +01:00
committed by GitHub
parent 6926f38414
commit bf60e905ec

View File

@@ -4,7 +4,7 @@ from schema import Schema, And, Optional
from Options import Toggle, DefaultOnToggle, Range, Choice, PerGameCommonOptions, OptionDict
from worlds.witness.static_logic import WeightedItemDefinition, ItemCategory, StaticWitnessLogic
from .static_logic import WeightedItemDefinition, ItemCategory, StaticWitnessLogic
class DisableNonRandomizedPuzzles(Toggle):