perryhuynh / kcauto

kcauto, the successor to kancolle-auto, a Kantai Collection (Kancolle) bot/automation tool
GNU General Public License v3.0
68 stars 22 forks source link

Logic error in ship switcher #434

Open cplusx opened 4 years ago

cplusx commented 4 years ago

I found that in kcauto/ship_switcher/ship_switch_rule.py line 129 there is a logic error. LOCKED should be UNLOCKED otherwise all locked ships are ignored.

After fixing it, ship switcher module works correctly.