SDClowen / RSBot

A Silkroad Online Open Source Bot
GNU Affero General Public License v3.0
130 stars 111 forks source link

Fix RSBot.Trade load settings #706

Closed DaydreamsDev closed 1 year ago

DaydreamsDev commented 1 year ago

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.