Fixed index typo
This commit is contained in:
parent
ec752fd076
commit
621f7f49e0
|
@ -44,7 +44,7 @@ class TaskPanel:
|
|||
App.open(path + "wigley.fcstd")
|
||||
elif(form.ship.currentIndex() == 2): # s60 (Katamaran)
|
||||
App.open(path + "s60_katamaran.fcstd")
|
||||
elif(form.ship.currentIndex() == 2): # Wigley (Katamaran)
|
||||
elif(form.ship.currentIndex() == 3): # Wigley (Katamaran)
|
||||
App.open(path + "wigley_katamaran.fcstd")
|
||||
return True
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user