Fix how the view RSBot.Trade is loading default values.
BREAKING CHANGE: Disable selecting any tab with property enable = False
The tabs disabled are these plugins with the property RequireIngame = True
The hotfix for the interface requires this line in the main view:
tabMain.Selecting += tabMain_Selecting;
If a tab with the property "RequireIngame = True" is loaded before the bot can get the information required from the game, its interface won't work rightly.
It's a hotfix, but a long-term solution it's yet to be found.
Fix how the view RSBot.Trade is loading default values.
BREAKING CHANGE: Disable selecting any tab with property enable = False The tabs disabled are these plugins with the property RequireIngame = True The hotfix for the interface requires this line in the main view: tabMain.Selecting += tabMain_Selecting; If a tab with the property "RequireIngame = True" is loaded before the bot can get the information required from the game, its interface won't work rightly. It's a hotfix, but a long-term solution it's yet to be found.