Skip to content

Commit

Permalink
fix: incorrect config dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
My-Name-Is-Jeff committed Jan 17, 2024
1 parent a3b2a85 commit e15e399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/gg/skytils/skytilsmod/core/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3014,7 +3014,7 @@ object Config : Vigilant(
addDependency("clickInOrderThird", "clickInOrderTerminalSolver")
addDependency("changeToSameColorMode", "changeAllSameColorTerminalSolver")
addDependency("lividFinderType", "findCorrectLivid")
addDependency("predictAlignmentClicks", "alignmentTaskSolver")
addDependency("predictAlignmentClicks", "alignmentTerminalSolver")
addDependency("predictSimonClicks", "simonSaysSolver")

listOf(
Expand Down

0 comments on commit e15e399

Please sign in to comment.