Default hops

This commit is contained in:
Garth Vander Houwen 2022-09-10 22:57:32 -07:00
parent 98e7afb0a2
commit 2a7ab321c7

View file

@ -150,7 +150,7 @@ enum HopValues : Int, CaseIterable, Identifiable {
case oneHop = 1
case twoHops = 2
case threeHops = 0
case threeHops = 3
case fourHops = 4
case fiveHops = 5
case sixHops = 6