From 8462fb2a699b1c46e166d7917b0d59cc244264ec Mon Sep 17 00:00:00 2001 From: Victor Date: Tue, 26 Jul 2016 12:01:03 -0400 Subject: [PATCH] fix json comments so it's a valid json file (#1010) --- CONTRIBUTORS.md | 1 + configs/config.json.example | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 7931bab321..1a163c752b 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -33,3 +33,4 @@ * steffwiz * pulgalipe * BartKoppelmans + * VictorChen diff --git a/configs/config.json.example b/configs/config.json.example index 374b1c5f5c..ecab2fbdfe 100644 --- a/configs/config.json.example +++ b/configs/config.json.example @@ -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 } } }