Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-oldking committed Jul 7, 2024
1 parent 0b40c14 commit af1c8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/task/FarmEchoTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(self):
'Level': '(1-6) Important, Choose which level to farm, lower levels might not produce a echo',
'Entrance Direction': 'Choose Forward for Dreamless, Backward for Jue'
}
self.config_type["Entrance Directrance Direction"] = {'type': "drop_down", 'options': ['Forward', 'Backward']}
self.config_type["Entrance Direction"] = {'type': "drop_down", 'options': ['Forward', 'Backward']}
self.crownless_pos = (0.9, 0.4)
self.last_drop = False

Expand Down

0 comments on commit af1c8f4

Please sign in to comment.