Skip to content

Commit a740059

Browse files
NewSoupViFlySniper
authored andcommitted
The Witness: Fixed seeds not generating with vanilla logic (ArchipelagoMW#1895)
Yikes, I swear I ran like 15 generations with a random yaml, I got so unlucky
1 parent f57026e commit a740059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worlds/witness/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,5 +252,5 @@ def get_logic_file(filepath: str):
252252
if filepath == "WitnessLogicExpert.txt":
253253
return get_sigma_expert_logic()
254254
if filepath == "WitnessLogicVanilla.txt":
255-
return get_vanilla_logic
255+
return get_vanilla_logic()
256256
return get_adjustment_file(filepath)

0 commit comments

Comments
 (0)