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

Keybinds issue update #248

Closed
wants to merge 2 commits into from
Closed

Keybinds issue update #248

wants to merge 2 commits into from

Conversation

RealityWinner
Copy link

This commit does 2 things:

  • Revert hack for keybinds issue
  • Remove unnecessary SaveBindings call to fix lost keybinds issue

The previous introduced fix causes all ItemRack Set keybinds to not work until 15 seconds after login. The checks it performed were also insufficient for it's attempted fix. It is impossible already via API to call SaveBindings(0). Secondly the call itself is unnecessary and can be safely removed. SetBindingClick does not create an options menu item as the previous author believed and does not need any type of Save call.

Remove unnecessary `SaveBindings` call
@RealityWinner
Copy link
Author

RealityWinner commented Jan 21, 2024

This is for issue #238
And an improvement over PR #244

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.

1 participant