Skip to content

Commit

Permalink
fix json comments so it's a valid json file (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorChen authored and fredrik-hellmangroup committed Jul 26, 2016
1 parent 22a63bb commit 8462fb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@
* steffwiz
* pulgalipe
* BartKoppelmans
* VictorChen
6 changes: 4 additions & 2 deletions configs/config.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@
"evolve_captured": false,
"catch": {
"any": {"catch_above_cp": 0, "catch_above_iv": 0, "logic": "or"},
// "Rattata": { "always_catch" : true }
"// Example of always catching Rattata:": {},
"// Rattata": { "always_catch" : true }
},
"release": {
"any": {"release_below_cp": 0, "release_below_iv": 0, "logic": "or"},
// "Rattata": { "always_release" : true }
"// Example of always releasing Rattata:": {},
"// Rattata": { "always_release" : true }
}
}

0 comments on commit 8462fb2

Please sign in to comment.