LoginHandler doesn't detect banned account.
LoginHandler doesn't switch to F2P world after failed login to P2P world.
(I've seen it work once but since then it fails every time)
SkillListener does not fire LEVEL_GAINED event (Tested with Attack and Strength)...
ISSUE
Not sure if anyone else is experiencing this but on my end LoginHandler is not detecting banned account.
REPRODUCE
1) Start any bot with a known banned account
2) Bot will type credentials and login
3) Bot will not detect account is banned
4) AbstractBot#loop() is no longer called but the...