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

-NR switch to disable raids doesn't really disable them #2275

Open
tomballgithub opened this issue Aug 27, 2017 · 0 comments
Open

-NR switch to disable raids doesn't really disable them #2275

tomballgithub opened this issue Aug 27, 2017 · 0 comments

Comments

@tomballgithub
Copy link
Contributor

In Houston, we have a hurricane so I decided to switch on -nr to prevent people raiding. Well, it hid the switch in the settings but the Raid information was still showing if someone had previously enabled raids and since there was still unexpired raid information in the database. I had to put a
Store.set('showRaids', false) statement in map.js to get them really turned off.

Expected Behavior

-nr should not show raid information period regardless of the previous state of people using the map or if information is in the database.

Current Behavior

-nr does not force the 'show raids' button off which does still allow raid information to be shown if there is info in the database

Possible Solution

If the -nr switch is used then override the setting of 'showraids' to force raids off.

Steps to Reproduce (for bugs)

  1. Scan raid information
  2. Enable raids on the map
  3. -> Raids are showing on map
  4. Restart map with -nr setting
  5. -> Raids are still on map

Context

Your Environment

  • Version used:
  • Environment name and version (e.g. Python 2.7):
  • Operating System and version (desktop or mobile):
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

1 participant