Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class ManualWorld(World):
victory_names = victory_names

# UT (the universal-est of trackers) can now generate without a YAML
ut_can_gen_without_yaml = True
ut_can_gen_without_yaml = False # Temporary disable until we fix the bugs with it

def get_filler_item_name(self) -> str:
return hook_get_filler_item_name(self, self.multiworld, self.player) or self.filler_item_name
Expand Down