-
Notifications
You must be signed in to change notification settings - Fork 25
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
Hotkey Sync fixed #2
Hotkey Sync fixed #2
Conversation
- serverSyncHotkeys will only read from local config - refactoring for better readibility - addex xml comments for syncsServerConfig and serverSyncHotkeys for better understanding in code
Can you open a duplicate PR over on the main repo (once I eventually merge it)? I think they may merge this there as well (whenever they return), and otherwise would hate for it to get lost when they do return. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The direction this PR goes LGTM, just a few small things.
- all properties with option "LoadMode.LocalOnly" will be using local values when syncing
Formatting in Line 61 corrected
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving as is to get this out ASAP. I will probably make a minor follow-up commit.
valheimPlus#801