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

Possible typo in config.json.map.example #5006

Closed
farshidhss opened this issue Aug 31, 2016 · 1 comment
Closed

Possible typo in config.json.map.example #5006

farshidhss opened this issue Aug 31, 2016 · 1 comment

Comments

@farshidhss
Copy link

Expected Behavior

The lines 192 to 195 of config.json.map.example should be:
"//NOTE: Change the max_sniping_distance to adjust the max sniping range (m)": {},
"max_sniping_distance": 10000,
"//NOTE: Change the max_walking_distance to adjust the max walking range when snipe is off (m)": {},
"max_walking_distance": 500,

Actual Behavior

but in the latest commit those lines are:
"//NOTE: Change the max_sniping_distance to adjust the max sniping range (m)": {},
"max_sniping distance": 10000,
"//NOTE: Change the max_walking_distance to adjust the max walking range when snipe is off (m)": {},
"max__walking_distance": 500,

using this config file there will be an error when bot communicates with the map.

Your FULL config.json (remove your username, password, gmapkey and any other private info)

Output when issue occurred

Steps to Reproduce

Other Information

OS:

Branch:
dev
Git Commit:
4cce548
Python Version:

Any other relevant files/configs (eg: path files)

Short Description

Possible solution

How it would help others

@BreezeRo
Copy link
Contributor

Thank you, fixed

f9875b6

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