Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix RSBot.Lure load settings #707

Merged
merged 1 commit into from
Aug 10, 2023
Merged

Conversation

DaydreamsDev
Copy link
Contributor

Fix how the view RSBot.Lure 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.

@SDClowen SDClowen merged commit 7599d42 into SDClowen:master Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants