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

Reload command doesn't fully reload config changes #20

Open
Kruize1 opened this issue Oct 6, 2021 · 1 comment
Open

Reload command doesn't fully reload config changes #20

Kruize1 opened this issue Oct 6, 2021 · 1 comment

Comments

@Kruize1
Copy link

Kruize1 commented Oct 6, 2021

STEPS TO REPRODUCE

  1. Make various changes to the config, such as setting "violation-reset-delay:" to 10, disable checks etc.
  2. Use reload command and test changes
  3. Repeat step 1 but make new changes , such as "violation-reset-delay:" to 60, enable checks, etc.
  4. Use reload command
  5. Test changes and observe

RESULT

  • Some value changes made to the config are not updated when using the reload command
  • Text/Strings are updated, but values like changes to "violation-reset-delay:" are not updated, and require a server reboot to take effect.

EXPECTED RESULT

  • Reload command should update all values correctly when used
  • Shouldn't need to reboot server for values to update
@JustDoom
Copy link
Owner

JustDoom commented Oct 10, 2021

This will be fixed in the full release, because of the way I made it its hard to do for certain things without recoding it which im already doing with the full release

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

No branches or pull requests

2 participants