You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (currentNo == inputNo) {
println(inputNo, rotor1.position, rotor2.position, rotor3.position);
}
// This line below
moveRotors();
return letterOrderLowerCase.charAt(currentNo);
}
This is line 57 in the Enigma class. For anyone wondering, the solution is to remove it (though I recommend commenting it out), but I would appreciate if someone removed it from the master branch. Anyways, that is the issue with the solution.