Open aidden93 opened 5 years ago
Describe the bug isOpen returns always returns false and open returns false and does nothing for InterfaceWindows.MAGIC_BOOK in legacy mode
Affected game modes: RS3.
RuneMate version: 2.95.11
To Reproduce Steps to reproduce the behaviour:
Please include the code used to produce this bug.
System.out.println("isOpen:"+ InterfaceWindows.getMagic().isOpen() ); System.out.println("open:"+InterfaceWindows.getMagic().open() );
Expected behaviour isOpen should return false when the inventory is open and true when the magic book is open open should open the magic book
I can not reproduce this issue.
Make sure legacy interfaces is enabled under miscellaneous settings
Describe the bug isOpen returns always returns false and open returns false and does nothing for InterfaceWindows.MAGIC_BOOK in legacy mode
Affected game modes: RS3.
RuneMate version: 2.95.11
To Reproduce Steps to reproduce the behaviour:
Please include the code used to produce this bug.
Expected behaviour isOpen should return false when the inventory is open and true when the magic book is open open should open the magic book