Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Bug Menu.isOpen() returns false if Menu is open with only one option.

Joined
Jun 8, 2017
Messages
187
Using `Bank.withdraw()` on OSRS can cause a missclick: a rightclick menu opens with only 1 option ("Cancel") . The following message is logged:

00:12:30 WARN [Bank] Action not found in [Cancel]

But `Menu.isOpen()` returns false while the log shows a menu is open.
 
Top